From 842bbc145bb0ea8c489f154192b9c0827b71215c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 25 Mar 2015 14:49:18 +0100 Subject: [PATCH] =?UTF-8?q?La=20modif=20d'un=20club=20peut=20aussi=20g?= =?UTF-8?q?=C3=A9n=C3=A9rer=20des=20factures=20adh/connexion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 33fcdecd..291b7151 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1686,7 +1686,7 @@ def modif_club(club): elif res[0] == 'Vente': set_vente(club) - if club.modifs: + if club.modifs or in_facture is not None: return confirm(club) def select_club(clas):