From e03840819536f6dc22af21099b5989fd3e9d1785 Mon Sep 17 00:00:00 2001 From: daraelmin Date: Sat, 13 Mar 2021 15:34:29 +0100 Subject: [PATCH] Update comment on subscription creation subscription is not allowed if the membre status is "excluded" --- htdocs/adherents/subscription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php index b48328a17e8..6b8b0db608c 100644 --- a/htdocs/adherents/subscription.php +++ b/htdocs/adherents/subscription.php @@ -642,7 +642,7 @@ if ($rowid > 0) { * 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 ($action != 'addsubscription' && $action != 'create_thirdparty') { print '
';