inversion du test d'adherent payant pour la modification
darcs-hash:20080909175223-af139-fa51f2dcdf316f5c713b0ca9f2659c7fd063ad5b.gz
This commit is contained in:
parent
97d88d2766
commit
82a0a15f52
1 changed files with 1 additions and 1 deletions
|
@ -1480,7 +1480,7 @@ def modif_adher(adher):
|
||||||
arg += u'--msgbox "ERREUR : la chambre de cet adhérent est inconnue !\n\n\n" 0 0'
|
arg += u'--msgbox "ERREUR : la chambre de cet adhérent est inconnue !\n\n\n" 0 0'
|
||||||
dialog(arg)
|
dialog(arg)
|
||||||
else:
|
else:
|
||||||
payant = not isinstance(adher, Club) and not adher.adherentPayant()
|
payant = not isinstance(adher, Club) and adher.adherentPayant()
|
||||||
|
|
||||||
arg = u'--title "Modification de %s" ' % adher.Nom()
|
arg = u'--title "Modification de %s" ' % adher.Nom()
|
||||||
arg += u'--menu "Que souhaitez vous modifier ?" 0 0 0 '
|
arg += u'--menu "Que souhaitez vous modifier ?" 0 0 0 '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue