autorisation de cotisation nulle (ca peut servir pour renouveller gracieusement des adhesions. cas reellement constate)
This commit is contained in:
parent
eeb36388d7
commit
477b507f97
@ -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"){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user