fix(accounts): allow default bank account per company

(cherry picked from commit 982550b92c)
This commit is contained in:
Nikhil Kothari
2025-07-15 21:32:07 -05:00
committed by Mergify
parent 0b9a8ee67c
commit 8cd90de70b

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,
},