fix: Include additional account types for Expense Account in LCV (backport #46206) (#46296)

fix: Include additional account types for Expense Account in LCV (#46206)

fix: additional account types in filters for the Expense account selection
(cherry picked from commit 59e99f167d)

Co-authored-by: Priyansh Shah <108476017+priyanshshah2442@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2025-03-05 12:19:31 +05:30
committed by GitHub
parent ab4b1d4356
commit 88234bbf9a

View File

@@ -14,6 +14,10 @@ erpnext.landed_cost_taxes_and_charges = {
"Income Account", "Income Account",
"Expenses Included In Valuation", "Expenses Included In Valuation",
"Expenses Included In Asset Valuation", "Expenses Included In Asset Valuation",
"Expense Account",
"Direct Expense",
"Indirect Expense",
"Stock Received But Not Billed",
], ],
], ],
company: frm.doc.company, company: frm.doc.company,