From 767ce063df661009fc152d7ea466a36222e00bf2 Mon Sep 17 00:00:00 2001 From: BENKE Charlie <charles.fr@benke.fr> Date: Fri, 25 Mar 2016 18:16:05 +0100 Subject: [PATCH] Change done --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index a1d22005d01..f05f638e060 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3963,7 +3963,7 @@ else if ($id > 0 || ! empty($ref)) } else { - if ( empty($conf->global->BILL_NEVER_BE_CANCELED)) + if ( empty($conf->global->INVOICE_CAN_NEVER_BE_CANCELED)) { if ($objectidnext) { -- GitLab