mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
fix typo
This commit is contained in:
@@ -21,7 +21,8 @@ class BankAccount(Document):
|
||||
|
||||
def validate(self):
|
||||
self.validate_company()
|
||||
if self.validate_iban:
|
||||
|
||||
if self.iban:
|
||||
self.validate_iban()
|
||||
|
||||
def validate_company(self):
|
||||
|
||||
Reference in New Issue
Block a user