Subversion Repositories SmartDukaan

Rev

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

Rev 34153 Rev 34161
Line 510... Line 510...
510
                    if (args.containsOption("migrateVendorItemPricing")) {
510
                    if (args.containsOption("migrateVendorItemPricing")) {
511
                        scheduledTasks.migrateVendorItemPricing();
511
                        scheduledTasks.migrateVendorItemPricing();
512
                        System.exit(0);
512
                        System.exit(0);
513
                    }
513
                    }
514
 
514
 
-
 
515
                    if (args.containsOption("createOpeningStockPartyWise")) {
-
 
516
                        scheduledTasks.createOpeningStockPartyWise();
-
 
517
                        System.exit(0);
-
 
518
                    }
-
 
519
 
-
 
520
 
-
 
521
 
515
 
522
 
516
                    if (args.containsOption("approveVendorCatalogPricing")) {
523
                    if (args.containsOption("approveVendorCatalogPricing")) {
517
                        scheduledTasks.approveVendorCatalogPricing();
524
                        scheduledTasks.approveVendorCatalogPricing();
518
                        System.exit(0);
525
                        System.exit(0);
519
                    }
526
                    }