This commit is contained in:
Frédéric FRANCE 2025-02-05 18:55:32 +01:00 committed by GitHub
parent cffd5d422e
commit a4ce67492d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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