db.search("nom=&prenom") == db.search("nom=*&prenom=*") == allAdherents
This commit is contained in:
parent
1df6eb37f5
commit
4d7585574f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def set_bases(adher):
|
||||||
|
|
||||||
# Affichage
|
# Affichage
|
||||||
annul, result = dialog(arg)
|
annul, result = dialog(arg)
|
||||||
if annul:
|
if annul and any([result[i] == '' for i in xrange(len(result))]):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
# Traitement
|
# Traitement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue