fix : warning: Undefined property: stdClass:: in C:\wamp64\www\dolibarr-dev\htdocs\core\boxes\box_members_last_subscriptions_by_year.php on line 70

This commit is contained in:
Philippe GRAND 2021-09-25 16:15:31 +02:00
parent d9110a8114
commit 6b3cf5d482

View File

@ -67,7 +67,7 @@ class box_members_subscriptions_by_year extends ModeleBoxes
$this->enabled = 0; // disabled for external users
}
$this->hidden = !($user->rights->adherent->lire);
$this->hidden = !(!empty($conf->adherent->enabled) &&$user->rights->adherent->lire);
}
/**