diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index e337d749..3bd2d77f 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1047,7 +1047,7 @@ class base_proprietaire(base_classes_crans) : raise ValueError(u"Il faut donner un nombre en argument.") # découvert accepté - if new < config.decouvert : + if new < config.impression.decouvert : raise ValueError(u"Solde minimal atteind, opération non effectuée.") self._set('solde',[str(new)])