Les profs ne sont pas adherents.
darcs-hash:20050421091813-d1718-b98349196c27d38f52c92f92e5c856b547be8d0c.gz
This commit is contained in:
parent
3f887aa711
commit
89d80a06ed
1 changed files with 1 additions and 1 deletions
|
@ -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() ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue