fix(accounts): allow default bank account per company

This commit is contained in:
Nikhil Kothari
2025-07-15 21:32:07 -05:00
committed by GitHub
parent 26f234fdbd
commit 982550b92c

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