[-] BO : #PSCFV-3036 : fix bug and fix notice and fix deprecated function

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16248 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-05 15:35:13 +00:00
parent ae4ebb9a1f
commit 991938edad
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ class OrderCore extends ObjectModel
$row['product_quantity'] = 0;
foreach ($selectedProducts as $key => $id_product)
if ($row['id_order_detail'] == $id_product)
$row['producsvt_quantity'] = (int)($selectedQty[$key]);
$row['product_quantity'] = (int)($selectedQty[$key]);
if (!$row['product_quantity'])
continue;
}