Update comment on subscription creation
subscription is not allowed if the membre status is "excluded"
This commit is contained in:
parent
fa25ba797f
commit
e038408195
@ -642,7 +642,7 @@ if ($rowid > 0) {
|
|||||||
* Action buttons
|
* Action buttons
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Button to create a new subscription if member no draft neither resiliated
|
// Button to create a new subscription if member no draft (-1) neither resiliated (0) neither excluded (-2)
|
||||||
if ($user->rights->adherent->cotisation->creer) {
|
if ($user->rights->adherent->cotisation->creer) {
|
||||||
if ($action != 'addsubscription' && $action != 'create_thirdparty') {
|
if ($action != 'addsubscription' && $action != 'create_thirdparty') {
|
||||||
print '<div class="tabsAction">';
|
print '<div class="tabsAction">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user