Merge pull request #32958 from frederic34/patch-11

fix CI
This commit is contained in:
Laurent Destailleur 2025-02-05 23:34:31 +01:00 committed by GitHub
commit b945673446
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);