Merge branch '1.6-CSVAdvanced' of https://github.com/PhpMadman/PrestaShop into PhpMadman-1.6-CSVAdvanced
This commit is contained in:
@@ -39,6 +39,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'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user