diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php
index bc58de266cb..8d0708bf0f6 100644
--- a/htdocs/comm/addpropal.php
+++ b/htdocs/comm/addpropal.php
@@ -108,6 +108,17 @@ if ($_GET["action"] == 'create')
print '';
print '';
+ // Ligne info remises tiers
+ print '
| '.$langs->trans('Info').' | ';
+ if ($soc->remise_client) print $langs->trans("CompanyHasRelativeDiscount",$soc->remise_client);
+ else print $langs->trans("CompanyHasNoRelativeDiscount");
+ $absolute_discount=$soc->getCurrentDiscount();
+ print '. ';
+ if ($absolute_discount) print $langs->trans("CompanyHasAbsoluteDiscount",$absolute_discount,$langs->trans("Currency".$conf->monnaie));
+ else print $langs->trans("CompanyHasNoAbsoluteDiscount");
+ print '.';
+ print ' |
';
+
// Date facture
print '| '.$langs->trans('Date').' | ';
$html->select_date('','','','','',"addprop");
@@ -324,7 +335,7 @@ if ($_GET["action"] == 'create')
$html->select_produits('',"idprod".$i,'',$conf->produit->limit_size);
print ' | ';
print ' | ';
- print '% | ';
+ print '% | ';
print '
';
}