[-] FO : Bug Fixed #PSFV-315 - Incorrect products prices in order history

This commit is contained in:
fBrignoli
2012-01-09 14:09:15 +00:00
parent 4c8b6583cf
commit 4758939b9a
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);
}