Subversion Repositories SmartDukaan

Rev

Rev 30313 | Rev 30335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30313 Rev 30321
Line 911... Line 911...
911
	GstProService gstProService;
911
	GstProService gstProService;
912
 
912
 
913
	@Autowired
913
	@Autowired
914
	InvoiceService invoiceService;
914
	InvoiceService invoiceService;
915
 
915
 
916
	public void testGstPro() {
916
	public void updateIrnsToInvoices() {
917
		try {
917
		try {
918
			invoiceService.updateIrnsToInvoices();
918
			invoiceService.updateIrnsToInvoices();
919
		} catch (Throwable t) {
919
		} catch (Throwable t) {
920
			t.printStackTrace();
920
			t.printStackTrace();
921
		}
921
		}