[ldap_crans] Un club doit être considéré comme un adhérent payant
darcs-hash:20081018000627-ffbb2-18c6781bc8dd1832d829cee09777c8fa09e2b8cb.gz
This commit is contained in:
parent
21481ed0d7
commit
46b78c472e
1 changed files with 1 additions and 1 deletions
|
@ -2794,7 +2794,7 @@ class Machine(BaseClasseCrans):
|
||||||
else:
|
else:
|
||||||
proprio = self.proprietaire()
|
proprio = self.proprietaire()
|
||||||
|
|
||||||
if isinstance(proprio, Adherent) and proprio.adherentPayant():
|
if not isinstance(proprio, Adherent) or proprio.adherentPayant():
|
||||||
try:
|
try:
|
||||||
net = config.NETs['adherents']
|
net = config.NETs['adherents']
|
||||||
pool_ip = lister_ip_dispo('adherents')
|
pool_ip = lister_ip_dispo('adherents')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue