Subversion Repositories SmartDukaan

Rev

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

Rev 34668 Rev 34710
Line 426... Line 426...
426
        if (args.containsOption("ppl")) {
426
        if (args.containsOption("ppl")) {
427
            runOnceTasks.printPendingLeads();
427
            runOnceTasks.printPendingLeads();
428
            System.exit(0);
428
            System.exit(0);
429
        }
429
        }
430
 
430
 
431
        if (args.containsOption("sweets")) {
-
 
432
            runOnceTasks.getSweet();
-
 
433
        }
-
 
434
        if (args.containsOption("notifyAll")) {
431
        if (args.containsOption("notifyAll")) {
435
            scheduledTasks.sendDailySalesNotificationToPartner(null);
432
            scheduledTasks.sendDailySalesNotificationToPartner(null);
436
            System.exit(0);
433
            System.exit(0);
437
        }
434
        }
438
 
435