// Fix shop import stock available

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10621 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-23 22:19:48 +00:00
parent 0ebcc6cb67
commit b7c28b8c48
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class AdminShopControllerCore extends AdminController
'product' => $this->l('Products'),
'product_lang' => $this->l('Products lang'),
'scene' => $this->l('Scenes'),
'stock' => $this->l('Stock'),
'stock_available' => $this->l('Stock'),
'store' => $this->l('Stores'),
'warehouse' => $this->l('Warehouse'),
);