From 09b423d14dc53b5379356f6e0e1976195275be6a Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 2 Oct 2019 22:35:09 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/adherents/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 194251c9ecc..4653ed43714 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1675,12 +1675,12 @@ else if ($object->need_subscription == 0) { print $langs->trans("SubscriptionNotNeeded"); - } + } elseif (! $adht->subscription) { print $langs->trans("SubscriptionNotRecorded"); if ($object->statut > 0) print " ".img_warning($langs->trans("Late")); // displays delay Pictogram only if not a draft and not terminated - } + } else { print $langs->trans("SubscriptionNotReceived");