Use currency symbol instead of text

This commit is contained in:
Laurent Destailleur 2013-06-11 02:06:34 +02:00
parent 89c3cfec3a
commit 1c8edb9cb5

View File

@ -122,7 +122,7 @@ class box_comptes extends ModeleBoxes
);
$this->info_box_contents[$i][3] = array('td' => 'align="right"',
'text' => price($solde).' '.$langs->trans("Currency".$objp->currency_code)
'text' => price($solde, 1, $langs, 0, -1, 0, $objp->currency_code)
);
$listofcurrencies[$objp->currency_code]=1;