Browse Source

[IMP] as it's implemented in the core. it's not needed anymore

pull/16/head
houssine 5 years ago
parent
commit
3e6e817c67
  1. 5
      easy_my_coop_ch/models/coop.py

5
easy_my_coop_ch/models/coop.py

@ -20,8 +20,3 @@ class SubscriptionRequest(models.Model):
req_fields.remove('iban')
return req_fields
def check_iban(self, iban):
if iban:
return super(SubscriptionRequest, self).check_iban(iban)
return True
Loading…
Cancel
Save