// #PSFV-94 - fixed bug related to new breadcrumb system
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9881 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user