From 89d80a06ed61bab30019881d10e4090d7b86a7b6 Mon Sep 17 00:00:00 2001 From: bernat Date: Thu, 21 Apr 2005 11:18:13 +0200 Subject: [PATCH] Les profs ne sont pas adherents. darcs-hash:20050421091813-d1718-b98349196c27d38f52c92f92e5c856b547be8d0c.gz --- gestion/tools/liste_adh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/tools/liste_adh.py b/gestion/tools/liste_adh.py index 8184494b..ec2924e7 100755 --- a/gestion/tools/liste_adh.py +++ b/gestion/tools/liste_adh.py @@ -33,7 +33,7 @@ for bat in bats : liste[bat].append( u'%s %s' % ( adh.nom(), adh.prenom() ) ) # les extérieurs -adhs = db.search( 'paiement=ok' )['adherent'] +adhs = db.search( 'paiement=ok&etudes!=Pers' )['adherent'] for adh in adhs : if not adh.chbre()[0] in bats : liste['?'].append( u'%s %s' % ( adh.nom(), adh.prenom() ) )