Les profs ne sont pas adherents.

darcs-hash:20050421091813-d1718-b98349196c27d38f52c92f92e5c856b547be8d0c.gz
This commit is contained in:
bernat 2005-04-21 11:18:13 +02:00
parent 3f887aa711
commit 89d80a06ed

View file

@ -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() ) )