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

This commit is contained in:
lLefevre
2012-07-05 15:35:13 +00:00
parent efd1495cfe
commit 65e844a3e4
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;
}