diff --git a/easy_my_coop_ch/models/coop.py b/easy_my_coop_ch/models/coop.py index c4a91f3..bdc9384 100644 --- a/easy_my_coop_ch/models/coop.py +++ b/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