[-] FO : Bug Fixed #PSFV-315 - Incorrect products prices in order history
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12267 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2531,8 +2531,6 @@ class ProductCore extends ObjectModel
|
||||
*/
|
||||
public static function convertPriceWithCurrency($params, &$smarty)
|
||||
{
|
||||
if (!isset($params['convert']))
|
||||
$params['convert'] = true;
|
||||
return Tools::displayPrice($params['price'], $params['currency'], false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user