diff --git a/htdocs/comm/propal/aideremise.php b/htdocs/comm/propal/aideremise.php index 50b06484f04..9fef70cd735 100644 --- a/htdocs/comm/propal/aideremise.php +++ b/htdocs/comm/propal/aideremise.php @@ -80,22 +80,25 @@ if ($_GET["propalid"]) $head[$h][1] = "Info"; dolibarr_fiche_head($head, $a, $societe->nom); - print_titre("Simulation des remises sur le prix HT"); + + $price = $propal->price + $propal->remise; + + print_titre("Simulation des remises sur le prix HT : ".price($price)); print '
| $j % | ".price($ht1)." (".price($ttc1).") | "; - print "".($j+33)." % | ".price($ht2)." (".price($ttc2).") | "; - print "".($j+66)." % | ".price($ht3)." (".price($ttc3).") |
| $j % | ".price($ht1)." | "; + print "".($j+33)." % | ".price($ht2)." | "; + print "".($j+66)." % | ".price($ht3)." |