[ bug #552 ] l'option "Adhérents non à jour" ne fonctionne pas
This commit is contained in:
parent
0e12931d0f
commit
3dab78afb7
@ -130,7 +130,7 @@ if ($filter == 'uptodate')
|
|||||||
}
|
}
|
||||||
if ($filter == 'outofdate')
|
if ($filter == 'outofdate')
|
||||||
{
|
{
|
||||||
$sql.=" AND datefin < '".$db->idate($now)."'";
|
$sql.=" AND (datefin IS NULL OR datefin < '".$db->idate($now)."')";
|
||||||
}
|
}
|
||||||
// Insert categ filter
|
// Insert categ filter
|
||||||
if ($search_categ)
|
if ($search_categ)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user