Merge pull request #21643 from ptibogxiv/patch-30
Fix correct fix of paymentok.php
This commit is contained in:
commit
01b1cab84c
@ -368,6 +368,7 @@ if ($ispaymentok) {
|
||||
}
|
||||
if (empty($user->rights->adherent)) {
|
||||
$user->rights->adherent = new stdClass();
|
||||
$user->rights->adherent->cotisation = new stdClass();
|
||||
}
|
||||
$user->rights->societe->creer = 1;
|
||||
$user->rights->facture->creer = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user