// #PSFV-94 : fix toolbar and leadin integration on all stock controllers + bugs fix

This commit is contained in:
dSevere
2011-11-07 15:18:47 +00:00
parent fe1401c63d
commit 7c978fc44d
11 changed files with 67 additions and 158 deletions
@@ -51,6 +51,8 @@ class AdminWarehousesControllerCore extends AdminController
'employee' => array(
'title' => $this->l('Manager'),
'width' => 200,
'filter_key' => 'employee',
'havingFilter' => true
),
'location' => array(
'title' => $this->l('Location'),
@@ -115,9 +117,11 @@ class AdminWarehousesControllerCore extends AdminController
$query->where('active = 1');
$employees_array = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($query);
$this->toolbar_title = $this->l('Stock : Warehouse management');
$this->fields_form = array(
'legend' => array(
'title' => $this->l('Warehouse'),
'title' => $this->l('Warehouse management'),
'image' => '../img/admin/tab.gif'
),
'input' => array(