// Update and fix some bugs on stock display on orders in backoffice

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10949 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-12-05 17:17:01 +00:00
parent 31e90d9031
commit a5c44ac8bc
3 changed files with 15 additions and 8 deletions
@@ -2213,7 +2213,7 @@ class AdminProductsControllerCore extends AdminController
{
foreach ($warehouses as $warehouse)
{
$key = $warehouse['id_warehouse'].'_'.$attribute['id_product'].'_'.$attribute['id_product_attribute'];
$key = $warehouse['id_warehouse'].'_'.$product->id.'_'.$attribute['id_product_attribute'];
// get elements to manage
if (Tools::isSubmit('check_warehouse_'.$key))