Browse Source

Fix when save active=false and service is still continue

devel
bashmak 8 years ago
parent
commit
46c05be8e2
  1. 2
      abonapp/models.py

2
abonapp/models.py

@ -258,8 +258,6 @@ class Abon(BaseAccount):
# make subscriber from agent structure
def build_agent_struct(self):
if not self.is_access():
return
if self.ip_address:
user_ip = ip2int(self.ip_address)
else:

Loading…
Cancel
Save