Subversion Repositories SmartDukaan

Rev

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

Rev 34523 Rev 34547
Line 888... Line 888...
888
 
888
 
889
            if (args.containsOption("bidPurchaseOrder")) {
889
            if (args.containsOption("bidPurchaseOrder")) {
890
                runOnceTasks.processBids(ProfitMandiConstants.BID_CRON_ENUM.TODAY);
890
                runOnceTasks.processBids(ProfitMandiConstants.BID_CRON_ENUM.TODAY);
891
            }
891
            }
892
 
892
 
-
 
893
            if (args.containsOption("biddingConsolidatedMessage")) {
-
 
894
                runOnceTasks.consolidatedBiddingMessage();
-
 
895
            }
-
 
896
 
-
 
897
            if (args.containsOption("sendMailWhatsAppAfterLoanDueDate")) {
-
 
898
                scheduledTasks.sendMailWhatsAppAfterLoanDueDate();
-
 
899
            }
-
 
900
 
893
            System.exit(0);
901
            System.exit(0);
894
        }
902
        }
895
 
903
 
896
        if (args.containsOption("calculateInterestAccured")) {
904
        if (args.containsOption("calculateInterestAccured")) {
897
 
905