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();
|