// Product Admin Controller : update interfaces for quantities, suppliers and warehouses + bugs fix

This commit is contained in:
dSevere
2011-11-22 16:41:42 +00:00
parent dacb4f7eb4
commit 46a7f9ff83
4 changed files with 225 additions and 121 deletions
@@ -1787,12 +1787,12 @@ class AdminProductsControllerCore extends AdminController
{
$this->toolbar_btn['save'] = array(
'short' => 'Save',
'href' => '#todo'.$this->context->link->getAdminLink('AdminProducts').'&id_product='.$product->id,
'href' => '#todo'.$this->context->link->getAdminLink('AdminProducts').'&id_product='.$product->id,
'desc' => $this->l('Save'),
);
$this->toolbar_btn['save-and-stay'] = array(
'short' => 'SaveAndStay',
'href' => '#todo'.$this->context->link->getAdminLink('AdminProducts').'&id_product='.$product->id,
'href' => '#todo'.$this->context->link->getAdminLink('AdminProducts').'&id_product='.$product->id,
'desc' => $this->l('Save and stay'),
);
}