// Fix stock on shop import

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13734 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-02-29 10:45:22 +00:00
parent 24c4392215
commit 2da79de4b7
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -319,7 +319,7 @@ class AdminShopControllerCore extends AdminController
if (Tools::isSubmit('id_shop'))
{
$shop = new Shop(Tools::getValue('id_shop'));
$shop = new Shop((int)Tools::getValue('id_shop'));
$parent = $shop->id_category;
}
else
@@ -405,7 +405,6 @@ class AdminShopControllerCore extends AdminController
'stock_available' => $this->l('Available quantities for sale'),
'store' => $this->l('Stores'),
'warehouse' => $this->l('Warehouse'),
'stock_available' => $this->l('Stock Available'),
);
if (!$this->object->id)