// Supply Order ergonomy
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12684 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -172,7 +172,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
|
||||
$this->toolbar_title = $this->l('Stock : Manage supply order');
|
||||
|
||||
if (Tools::isSubmit('mod') && Tools::getValue('mod') === 'template' || $this->object->is_template)
|
||||
$this->toolbar_title .= ' '.$this->l('template');
|
||||
$this->toolbar_title .= ' ('.$this->l('template').')';
|
||||
|
||||
$this->addJqueryUI('ui.datepicker');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user