[+] BO : add new feature, Order edition
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10579 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user