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):