From 477b507f970db692fee1bc4109182880c15b2a75 Mon Sep 17 00:00:00 2001 From: jlb Date: Wed, 25 Feb 2004 17:28:08 +0000 Subject: [PATCH] autorisation de cotisation nulle (ca peut servir pour renouveller gracieusement des adhesions. cas reellement constate) --- htdocs/adherents/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index ee89110a6f6..c5638df0cae 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -47,7 +47,7 @@ if ($HTTP_POST_VARS["action"] == 'cotisation') $adh->id = $rowid; $adh->fetch($rowid); - if ($cotisation > 0) + if ($cotisation >= 0) { // rajout du nouveau cotisant dans les listes qui vont bien // if (defined("ADHERENT_MAILMAN_LISTS_COTISANT") && ADHERENT_MAILMAN_LISTS_COTISANT!='' && $adh->datefin == "0000-00-00 00:00:00"){