Subversion Repositories SmartDukaan

Rev

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

Rev 30309 Rev 30313
Line 680... Line 680...
680
				} catch (Exception e) {
680
				} catch (Exception e) {
681
					e.printStackTrace();
681
					e.printStackTrace();
682
				}
682
				}
683
			}
683
			}
684
 
684
 
-
 
685
			if (args.containsOption("testIrnLive")) {
-
 
686
				try {
-
 
687
					runOnceTasks.testIrnLive(args.getOptionValues("invoiceNumber").get(0));
-
 
688
				} catch (Exception e) {
-
 
689
					e.printStackTrace();
-
 
690
				}
-
 
691
			}
-
 
692
 
685
			System.exit(0);
693
			System.exit(0);
686
		}
694
		}
687
 
695
 
688
	}
696
	}
689
 
697