From 1c8edb9cb53b0d90115561ecc62a443d8be6af11 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 11 Jun 2013 02:06:34 +0200 Subject: [PATCH] Use currency symbol instead of text --- htdocs/core/boxes/box_comptes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php index fc5037a2ceb..b48d7993d27 100644 --- a/htdocs/core/boxes/box_comptes.php +++ b/htdocs/core/boxes/box_comptes.php @@ -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;