Set Currency Symbols to Company's Default Currentcy Setting

This commit is contained in:
johnnyq
2021-11-19 20:04:03 -05:00
parent 0f60955120
commit cdae4ecfb6
3 changed files with 10 additions and 10 deletions

View File

@@ -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