Subversion Repositories SmartDukaan

Rev

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

Rev 28675 Rev 28709
Line 173... Line 173...
173
		if (args.containsOption("sendIndentTertiary")) {
173
		if (args.containsOption("sendIndentTertiary")) {
174
			System.out.println("sendIndentTertiary");
174
			System.out.println("sendIndentTertiary");
175
			scheduledTasks.sendIndentTertiary();
175
			scheduledTasks.sendIndentTertiary();
176
			System.exit(0);
176
			System.exit(0);
177
		}
177
		}
-
 
178
		if (args.containsOption("checkPartnerActiveStore")) {
-
 
179
			System.out.println("checkPartnerActiveStore");
-
 
180
			scheduledTasks.checkPartnerActiveStore();
-
 
181
			System.exit(0);
-
 
182
		}
-
 
183
		
178
		if (args.containsOption("addHdfcPayment")) {
184
		if (args.containsOption("addHdfcPayment")) {
179
			runOnceTasks.addPayment();
185
			runOnceTasks.addPayment();
180
			System.exit(0);
186
			System.exit(0);
181
		}
187
		}
182
		if (args.containsOption("processSchemeOut")) {
188
		if (args.containsOption("processSchemeOut")) {