// Manufacturer view bootstraped

This commit is contained in:
Jerome Nadaud
2013-10-07 14:16:41 +02:00
parent 2c4a20e21a
commit 6f2358a0da
2 changed files with 20 additions and 21 deletions
@@ -596,6 +596,9 @@ class AdminManufacturersControllerCore extends AdminController
'href' => $this->context->link->getAdminLink('AdminManufacturers').'&addaddress=1&id_manufacturer='.(int)$manufacturer->id,
'desc' => $this->l('Add address')
);
$this->toolbar_title = is_array($this->breadcrumbs) ? array_unique($this->breadcrumbs) : array($this->breadcrumbs);
$this->toolbar_title[] = $manufacturer->name;
$addresses = $manufacturer->getAddresses($this->context->language->id);