diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 9b33119f..a99092c7 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1711,7 +1711,7 @@ def menu_principal() : # (expérimental) # On récupère la liste des machines fixes - if not proprio.machines_fixes() or proprio.droits(): + if proprio.__class__ == club or not proprio.machines_fixes() or proprio.droits(): arg = u'--title "Nouvelle machine" ' arg+= u'--menu "Type de machine ?" 0 0 0 ' arg+= u'"Fixe" "Machine fixe" '