// Update and fix some bugs on front and admin itnerfaces relative to available quantities functionnality
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10925 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -284,7 +284,7 @@ class AdminShopControllerCore extends AdminController
|
||||
'product' => $this->l('Products'),
|
||||
'product_lang' => $this->l('Products lang'),
|
||||
'scene' => $this->l('Scenes'),
|
||||
'stock_available' => $this->l('Stock'),
|
||||
'stock_available' => $this->l('Available quantities for sale'),
|
||||
'store' => $this->l('Stores'),
|
||||
'warehouse' => $this->l('Warehouse'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user