mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user