// Stock Management : Show stock interfaces only if the option is active in the configuration + debug

This commit is contained in:
dSevere
2011-11-23 16:07:57 +00:00
parent 6dfb8f6220
commit 7e51bf2fee
5 changed files with 28 additions and 26 deletions
@@ -1400,6 +1400,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
'title' => $this->l('State'),
'width' => 100,
'align' => 'left',
'color' => 'color',
'havingFilter' => true
),
);
@@ -1433,7 +1434,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$helper->toolbar_fix = false;
$helper->shopLinkType = '';
$helper->identifier = $this->identifier;
$helper->colorOnBackground = true;
//$helper->colorOnBackground = true;
$helper->simple_header = true;
$content = $helper->generateList($this->_list, $this->fieldsDisplay);
@@ -1549,6 +1550,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
die();
}
/**
* @see AdminController::initView()
*/