Fix correct fix of paymentok.php

this line was deleted by error
This commit is contained in:
ptibogxiv 2022-08-02 21:05:33 +02:00 committed by GitHub
parent 78c5a83c7a
commit d872b9c2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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