Index: branches/5.2.x/units/pricing/pricing_tag_processor.php =================================================================== diff -u -r14258 -r14839 --- branches/5.2.x/units/pricing/pricing_tag_processor.php (.../pricing_tag_processor.php) (revision 14258) +++ branches/5.2.x/units/pricing/pricing_tag_processor.php (.../pricing_tag_processor.php) (revision 14839) @@ -1,6 +1,6 @@ Application->recallObject('kCurrencyRates'); + $converter =& $this->Application->recallObject('CurrencyRates'); + /* @var $converter CurrencyRates */ + $price = $converter->Convert($price, 'PRIMARY', $iso); $currency =& $this->Application->recallObject('curr.-'.$iso, null, Array('skip_autoload' => true));