diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 154b9c24afe..e2d15375aaf 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1218,7 +1218,7 @@ if ($_GET['action'] == 'create') $remise_percent = $soc->remise_client; $remise_absolue = 0; } - $absolute_discount=$soc->getCurrentDiscount(); + $absolute_discount=$soc->getAvailableDiscounts(); print '
';