diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 2a0f0d1bcb3..acc8803a7f1 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -9,7 +9,7 @@ * Copyright (C) 2019 Nicolas ZABOURI * Copyright (C) 2020 Tobias Sekan * Copyright (C) 2020 Josep Lluís Amador - * Copyright (C) 2021-2024 Frédéric France + * Copyright (C) 2021-2025 Frédéric France * Copyright (C) 2024 Rafael San José * Copyright (C) 2024 MDW * @@ -484,6 +484,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);