// Updated Shop toolbar for advanced stock management controllers

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13355 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-15 14:16:00 +00:00
parent 2cdc55e16a
commit 95deb33fa4
6 changed files with 6 additions and 0 deletions
@@ -39,6 +39,7 @@ class AdminStockConfigurationControllerCore extends AdminController
$this->table = 'stock_mvt_reason';
$this->className = 'StockMvtReason';
$this->lang = true;
$this->display_multishop_toolbar = false;
// defines fields
$this->fieldsDisplay = array(
@@ -40,6 +40,7 @@ class AdminStockCoverControllerCore extends AdminController
$this->className = 'Product';
$this->lang = true;
$this->colorOnBackground = true;
$this->display_multishop_toolbar = false;
$this->fieldsDisplay = array(
'reference' => array(
@@ -38,6 +38,7 @@ class AdminStockInstantStateControllerCore extends AdminController
$this->table = 'stock';
$this->className = 'Stock';
$this->lang = false;
$this->display_multishop_toolbar = false;
$this->fieldsDisplay = array(
'reference' => array(
@@ -36,6 +36,7 @@ class AdminStockManagementControllerCore extends AdminController
$this->table = 'product';
$this->className = 'Product';
$this->lang = true;
$this->display_multishop_toolbar = false;
$this->fieldsDisplay = array(
'reference' => array(
@@ -37,6 +37,7 @@ class AdminStockMvtControllerCore extends AdminController
$this->className = 'StockMvt';
$this->identifier = 'id_stock_mvt';
$this->lang = false;
$this->display_multishop_toolbar = false;
$this->list_no_link = true;
$this->displayInformation($this->l('This interface allows you to display the stock movements for a selected warehouse.').'<br />');
@@ -44,6 +44,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$this->identifier = 'id_supply_order';
$this->lang = false;
$this->is_template_list = false;
$this->display_multishop_toolbar = false;
$this->addRowAction('updatereceipt');
$this->addRowAction('changestate');