diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 59cd013b4ef..b3861bfb3d9 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1021,7 +1021,7 @@ else } // Récurrente - if (! defined("FACTURE_NORECURENTE")) // Possibilité de désactiver les factures récurrentes + if (! defined("FACTURE_DISABLE_RECUR")) // Possibilité de désactiver les factures récurrentes { if ($fac->statut > 0) {