From 63faa3d6fea3e85318958b146b3b7bfc8bc8e782 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Dec 2004 20:22:20 +0000 Subject: [PATCH] Qual: Utilisation de $conf->monnaie au lieu de la constante MAIN_MONNAIE. --- htdocs/projet/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/facture.php b/htdocs/projet/facture.php index 8caa91881ca..a21bb5489fd 100644 --- a/htdocs/projet/facture.php +++ b/htdocs/projet/facture.php @@ -117,7 +117,7 @@ print '
'; } print ''.$i.' factures '; - print ''.$langs->trans("Total").' : '.price($total).''; + print ''.$langs-'; print ''.$conf->monnaie.' HT'; print ""; }