diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 01484d47352..0c1e302abec 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -911,7 +911,7 @@ else
print '
| '.$langs->trans("Date").' | ';
print "".dolibarr_print_date($fac->date,"%A %d %B %Y")." | \n";
print ''.$langs->trans("DateClosing").' | ' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y");
- if ($fac->paye == 0 && $fac->date_lim_reglement < (time() - $warning_delay)) print img_warning($langs->trans("Late"));
+ if ($fac->date_lim_reglement < (time() - $warning_delay) && ! $fac->paye && $fac->statut == 1 && ! $fac->am) print img_warning($langs->trans("Late"));
print " |
";
print '';