mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix CI
This commit is contained in:
parent
cffd5d422e
commit
a4ce67492d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user