Subversion Repositories SmartDukaan

Rev

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

Rev 33260 Rev 33395
Line 588... Line 588...
588
                    calculated, uw.getAmount() - calculated);
588
                    calculated, uw.getAmount() - calculated);
589
        }
589
        }
590
    }
590
    }
591
 
591
 
592
    public void changeWarehouse() throws Exception {
592
    public void changeWarehouse() throws Exception {
593
        transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
593
        transactionService.moveOrdersFulfimentWarehouse(7573);
594
    }
594
    }
595
 
595
 
596
    public void mailDashboardScreenshots() throws Exception {
596
    public void mailDashboardScreenshots() throws Exception {
597
        System.setProperty("webdriver.chrome.driver", "/usr/bin/chromedriver");
597
        System.setProperty("webdriver.chrome.driver", "/usr/bin/chromedriver");
598
 
598