diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php index d065a4fa833..e6ae3c7b138 100644 --- a/htdocs/adherents/card_subscriptions.php +++ b/htdocs/adherents/card_subscriptions.php @@ -234,14 +234,17 @@ if ($errmsg) /* * Barre d'actions */ + print '
'; // Lien nouvelle cotisation si non brouillon et non resilie if ($user->rights->adherent->cotisation->creer) { - if ($action != 'addsubscription' && $adh->statut > 0) + if ($action != 'addsubscription') { - print "".$langs->trans("AddSubscription").""; + if ($adh->statut > 0) print "".$langs->trans("AddSubscription").""; + else print ''.$langs->trans("AddSubscription").''; + } } print '
';