// Toolbar modif for products

This commit is contained in:
Jerome Nadaud
2013-10-08 18:51:10 +02:00
parent b9cfc24922
commit d595cd2f12
2 changed files with 2 additions and 1 deletions
@@ -2530,7 +2530,7 @@ class AdminProductsControllerCore extends AdminController
if ($this->display != 'list')
if (($product = $this->loadObject(true)) && Validate::isLoadedObject($product))
$this->toolbar_title[] = Tools::htmlentitiesUTF8($this->product_name);
$this->toolbar_title[] = Tools::htmlentitiesUTF8($product->name[$this->context->employee->id_lang]);
}
/**