Subversion Repositories SmartDukaan

Rev

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

Rev 30907 Rev 30913
Line 769... Line 769...
769
 
769
 
770
			scheduledTasks.dailyLoanAlert();
770
			scheduledTasks.dailyLoanAlert();
771
			System.exit(0);
771
			System.exit(0);
772
		}
772
		}
773
 
773
 
-
 
774
		if (args.containsOption("updatePartnerLimit")) {
-
 
775
			scheduledTasks.updatePartnerLimit();
-
 
776
			System.exit(0);
-
 
777
		}
-
 
778
		
774
		if (args.containsOption("fixinsurance")) {
779
		if (args.containsOption("fixinsurance")) {
775
			runOnceTasks.addMissingWalletDebitsForInsurance();
780
			runOnceTasks.addMissingWalletDebitsForInsurance();
776
			System.exit(0);
781
			System.exit(0);
777
		}
782
		}
778
 
783