Subversion Repositories SmartDukaan

Rev

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

Rev 33457 Rev 33464
Line 445... Line 445...
445
        }
445
        }
446
        if (args.containsOption("findAllLiveDemoBrandItemsByBillingDate")) {
446
        if (args.containsOption("findAllLiveDemoBrandItemsByBillingDate")) {
447
            scheduledTasks.findAllLiveDemoBrandItemsByBillingDate();
447
            scheduledTasks.findAllLiveDemoBrandItemsByBillingDate();
448
            System.exit(0);
448
            System.exit(0);
449
        }
449
        }
-
 
450
        if (args.containsOption("findTodayPocoBillingItems")) {
-
 
451
            scheduledTasks.findTodayPocoBillingItems();
-
 
452
            System.exit(0);
-
 
453
        }
450
 
454
 
451
        if (args.containsOption("hygineAlertForPartner")) {
455
        if (args.containsOption("hygineAlertForPartner")) {
452
            scheduledTasks.hygineAlertForPartner();
456
            scheduledTasks.hygineAlertForPartner();
453
            System.exit(0);
457
            System.exit(0);
454
        }
458
        }