diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 43593353622..fa53df14ab8 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1177,7 +1177,7 @@ else } // Emettre paiement - if ($fac->statut == 1 && $user->rights->facture->paiement) + if ($fac->statut == 1 && $fac->paye == 0 && $user->rights->facture->paiement) { print " id."&action=create\">".$langs->trans("DoPaiement")."\n"; }