Qual: Fixed typo
This commit is contained in:
parent
b6312d1efd
commit
43606c8ac4
@ -703,7 +703,7 @@ class Translate
|
|||||||
*/
|
*/
|
||||||
function getCurrencyAmount($currency_code, $amount)
|
function getCurrencyAmount($currency_code, $amount)
|
||||||
{
|
{
|
||||||
$symbol=$this->getCurrencSymbol($currency_code);
|
$symbol=$this->getCurrencySymbol($currency_code);
|
||||||
|
|
||||||
if (in_array($currency_code, array('USD'))) return $symbol.$amount;
|
if (in_array($currency_code, array('USD'))) return $symbol.$amount;
|
||||||
else return $amount.$symbol;
|
else return $amount.$symbol;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user