[-] 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:
fBrignoli
2012-01-09 14:09:15 +00:00
parent a2138c2e4c
commit 8e277e6e17
4 changed files with 32 additions and 119 deletions
-2
View File
@@ -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);
}