Merge pull request #48877 from frappe/mergify/bp/version-15-hotfix/pr-48619

fix(accounts): allow default bank account per company (backport #48619)
This commit is contained in:
Diptanil Saha
2025-07-31 12:21:04 +05:30
committed by GitHub

View File

@@ -109,6 +109,7 @@ class BankAccount(Document):
"party_type": self.party_type,
"party": self.party,
"is_company_account": self.is_company_account,
"company": self.company,
"is_default": 1,
"disabled": 0,
},