From e18c5b9d68c5de56b26bf56001ed49779a2f8ce3 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Sat, 28 Jun 2025 17:40:01 +0200 Subject: [PATCH] Fix CI --- htdocs/compta/facture/class/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 0ef47565253..881823813f8 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -5118,7 +5118,7 @@ class Facture extends CommonInvoice while ($obj = $this->db->fetch_object($resql)) { // Create a loopError that is reset at each loop, this counter is added to the global counter at the end of loop $loopError = 0; - + // Load event $res = $tmpinvoice->fetch($obj->id); if ($res > 0) { @@ -5213,7 +5213,7 @@ class Facture extends CommonInvoice $errorsMsg[] = 'Failed to fetch record invoice with ID = '.$obj->id; $loopError++; } - + $error += $loopError; } } else {