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);