mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-21 07:38:29 +00:00
fix(accounts): allow default bank account per company
(cherry picked from commit 982550b92c)
This commit is contained in:
@@ -109,6 +109,7 @@ class BankAccount(Document):
|
|||||||
"party_type": self.party_type,
|
"party_type": self.party_type,
|
||||||
"party": self.party,
|
"party": self.party,
|
||||||
"is_company_account": self.is_company_account,
|
"is_company_account": self.is_company_account,
|
||||||
|
"company": self.company,
|
||||||
"is_default": 1,
|
"is_default": 1,
|
||||||
"disabled": 0,
|
"disabled": 0,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user