From 6fabf0708bf7c738a773b18f5e9b818ae7077960 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Mar 2007 23:22:10 +0000 Subject: [PATCH] Fix: Equilibre tableau --- htdocs/contrat/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index cac566433e9..d5693282d11 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -601,7 +601,7 @@ else print ''.$contrat->societe->getNomUrl(1).''; // Ligne info remises tiers - print ''.$langs->trans('Discount').''; + print ''.$langs->trans('Discount').''; if ($contrat->societe->remise_client) print $langs->trans("CompanyHasRelativeDiscount",$contrat->societe->remise_client); else print $langs->trans("CompanyHasNoRelativeDiscount"); $absolute_discount=$contrat->societe->getCurrentDiscount();