// Warehouse: getWarehouseList is now getWarehouses. Employee: it is not possible to delete an employee if he manages warehouses, anymore.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10103 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-14 14:28:30 +00:00
parent 9885ab5324
commit fdab7ebc70
7 changed files with 34 additions and 10 deletions
@@ -85,7 +85,7 @@ class AdminStockInstantStateControllerCore extends AdminController
),
);
$this->stock_instant_state_warehouses = Warehouse::getWarehouseList(true);
$this->stock_instant_state_warehouses = Warehouse::getWarehouses(true);
array_unshift($this->stock_instant_state_warehouses, array('id_warehouse' => -1, 'name' => $this->l('All Warehouses')));
parent::__construct();