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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10554 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-11-23 16:07:57 +00:00
parent 5735102138
commit 2d238bbac7
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()
*/