Corrige un prb d'arg non désiré par la fonction menu (plantage de gest_crans_lc en création d'adhérent...)

This commit is contained in:
Gabriel Detraz 2015-11-13 17:11:35 +01:00
parent 9bfe935522
commit f943cf52a6

View file

@ -413,7 +413,7 @@ class Dialog(proprio.Dialog):
else: else:
if not self.confirm(text=u"Le paiement n'a pas été reçue.\n Annuler ?", title="Annulation de l'adhésion", defaultno=True): if not self.confirm(text=u"Le paiement n'a pas été reçue.\n Annuler ?", title="Annulation de l'adhésion", defaultno=True):
raise Continue(cancel_cont) raise Continue(cancel_cont)
raise Continue(cont(adherent=adherent)) raise Continue(cont)
def todo_mois(tag, self_cont): def todo_mois(tag, self_cont):
if tag == 'An': if tag == 'An':