// #PSFV-94 - fixed bug related to new breadcrumb system

This commit is contained in:
mMarinetti
2011-11-04 10:59:10 +00:00
parent 4e578617b2
commit 4949475fae
8 changed files with 51 additions and 47 deletions
@@ -88,7 +88,6 @@ class AdminManufacturersControllerCore extends AdminController
public function initListManufacturer()
{
$this->toolbar_title = $this->l('List of manufacturers:');
$this->addRowAction('view');
$this->addRowAction('edit');
$this->addRowAction('delete');
@@ -113,7 +112,7 @@ class AdminManufacturersControllerCore extends AdminController
{
$this->toolbar_title = $this->l('Manufacturers addresses:');
$this->toolbar_title = $this->l('Addresses');
// reset actions and query vars
$this->actions = array();
unset($this->fieldsDisplay, $this->_select, $this->_join, $this->_group, $this->_filterHaving, $this->_filter);