[+] BO: Added support for Advanced Stock Management

[*] BO: Fixed typos
[*] BO: Auto remove product from DependsOnStock of Advanced Stock Management is disabled
[*] BO: Added id to warehouse controller
This commit is contained in:
PhpMadman
2013-07-29 09:35:39 +02:00
parent 1895ec8731
commit 4857c8c788
2 changed files with 21 additions and 25 deletions
@@ -38,6 +38,10 @@ class AdminWarehousesControllerCore extends AdminController
$this->multishop_context = Shop::CONTEXT_ALL;
$this->fields_list = array(
'id_warehouse' => array(
'title' => $this->l('ID'),
'width' => 50,
),
'reference' => array(
'title' => $this->l('Reference'),
'width' => 150,