[+] BO : add new feature, Order edition

This commit is contained in:
dMetzger
2011-11-23 17:45:52 +00:00
parent f5de69ad84
commit d902a38ec8
31 changed files with 3349 additions and 846 deletions
+2 -1
View File
@@ -2715,7 +2715,8 @@ class ProductCore extends ObjectModel
$resultsArray = array();
foreach ($result as $row)
{
$row['price'] = Product::getPriceStatic($row['id_product'], true, null, 2);
$row['price_tax_incl'] = Product::getPriceStatic($row['id_product'], true, null, 2);
$row['price_tax_excl'] = Product::getPriceStatic($row['id_product'], false, null, 2);
$resultsArray[] = $row;
}
return $resultsArray;