From 54d6a5d0635bf1f310a093754d057e9b02c519ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 Dec 2007 00:08:53 +0000 Subject: [PATCH] Corrige affichage --- htdocs/contrat/fiche.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 1cac4632d2a..6091915a31b 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -681,7 +681,7 @@ else else print $langs->trans("CompanyHasNoRelativeDiscount"); $absolute_discount=$contrat->societe->getAvailableDiscounts(); print '. '; - if ($absolute_discount) print $langs->trans("CompanyHasAbsoluteDiscount",$absolute_discount,$langs->trans("Currency".$conf->monnaie)); + if ($absolute_discount) print $langs->trans("CompanyHasAbsoluteDiscount",price($absolute_discount),$langs->trans("Currency".$conf->monnaie)); else print $langs->trans("CompanyHasNoAbsoluteDiscount"); print '.'; print ''; @@ -695,11 +695,6 @@ else print ''.$langs->trans("Date").''; print ''.dolibarr_print_date($contrat->date_contrat,"dayhour")."\n"; - // Affiche factures associees - /* - TODO - */ - // Projet if ($conf->projet->enabled) {