Merge pull request #48619 from nikkothari22/bank-account-default

fix(accounts): allow default bank account per company
This commit is contained in:
Diptanil Saha
2025-07-31 12:02:51 +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,
},