Skip to content

Commit 13a3c81

Browse files
Abdeali099mergify[bot]
authored andcommitted
fix: Remove typo
(cherry picked from commit ba28f6b)
1 parent 4869847 commit 13a3c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/accounts/doctype/bank_account/bank_account.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def autoname(self):
4848
self.name = self.account_name + " - " + self.bank
4949

5050
def on_trash(self):
51-
delete_contact_and_address("BankAccount", self.name)
51+
delete_contact_and_address("Bank Account", self.name)
5252

5353
def validate(self):
5454
self.validate_company()

0 commit comments

Comments
 (0)