From a4ce67492def62f9d9fbf105dc6aed31a0266f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 5 Feb 2025 18:55:32 +0100 Subject: [PATCH] fix CI --- htdocs/compta/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 5fc3880c600..d50842056ea 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -473,6 +473,7 @@ if (isModEnabled('don') && $user->hasRight('don', 'lire')) { $donationstatic->statut = $obj->status; $donationstatic->status = $obj->status; + $label = ''; if (!empty($obj->socid)) { $companystatic = new Societe($db); $ret = $companystatic->fetch($obj->socid);