Subversion Repositories SmartDukaan

Rev

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

Rev 30318 Rev 30324
Line 630... Line 630...
630
			}
630
			}
631
 
631
 
632
			if (args.containsOption("testGstPro")) {
632
			if (args.containsOption("testGstPro")) {
633
				System.out.println("TestGstProc called");
633
				System.out.println("TestGstProc called");
634
				try {
634
				try {
635
					runOnceTasks.testGstPro();
635
					runOnceTasks.updateIrnsToInvoices();
636
				} catch (Exception e) {
636
				} catch (Exception e) {
637
					e.printStackTrace();
637
					e.printStackTrace();
638
				}
638
				}
639
			}
639
			}
640
 
640