fix error commit

This commit is contained in:
Grand Philippe 2011-12-06 16:07:34 +01:00
parent 1481d0b79e
commit 4c575ced72

View File

@ -1611,7 +1611,7 @@ function pdf_getCurrencySymbol(&$pdf, $currency_code)
$currency_sign = " ".$pdf->unichr(90).$pdf->unichr(36);
break;
default:
$currency_sign = " ".$currency;
$currency_sign = " ".$currency_code;
break;
}
return $currency_sign;