From 82a0a15f5216da59db8a7a3b8795c574e4065e49 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 9 Sep 2008 19:52:23 +0200 Subject: [PATCH] inversion du test d'adherent payant pour la modification darcs-hash:20080909175223-af139-fa51f2dcdf316f5c713b0ca9f2659c7fd063ad5b.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 0929073c..ec4bb791 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -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' dialog(arg) 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'--menu "Que souhaitez vous modifier ?" 0 0 0 '