Skip to content
Snippets Groups Projects
Commit be8b3f24 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Le montant de l'escompte ne s'affichait pas.

parent 6d6a8270
No related branches found
No related tags found
No related merge requests found
......@@ -2109,9 +2109,9 @@ else
{
dolibarr_print_error($db);
}
// Pay partiellement 'escompte'
if (($fac->statut == 2 || $fac->statut == 3) && $fac->close_code == 'escompte')
if (($fac->statut == 2 || $fac->statut == 3) && $fac->close_code == 'discount_vat')
{
print '<tr><td colspan="2" align="right" nowrap="1">';
print $html->textwithhelp($langs->trans("Escompte").':',$langs->trans("HelpEscompte"),-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment