mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Set Currency Symbols to Company's Default Currentcy Setting
This commit is contained in:
@@ -184,7 +184,7 @@ function truncate($text, $chars) {
|
||||
return $text;
|
||||
}
|
||||
|
||||
function get_currency_symbol($cc = 'USD'){
|
||||
function get_currency_symbol($cc){
|
||||
$cc = strtoupper($cc);
|
||||
$currency = array(
|
||||
"USD" => "$" , //U.S. Dollar
|
||||
|
||||
Reference in New Issue
Block a user