From 88234bbf9a6ca7c42ff093469a323ac751112185 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:19:31 +0530 Subject: [PATCH] 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 59e99f167d4abbd1959092a7d606d782940d7827) Co-authored-by: Priyansh Shah <108476017+priyanshshah2442@users.noreply.github.com> --- erpnext/public/js/utils/landed_taxes_and_charges_common.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erpnext/public/js/utils/landed_taxes_and_charges_common.js b/erpnext/public/js/utils/landed_taxes_and_charges_common.js index 2cb30160453..7d801ca91e6 100644 --- a/erpnext/public/js/utils/landed_taxes_and_charges_common.js +++ b/erpnext/public/js/utils/landed_taxes_and_charges_common.js @@ -14,6 +14,10 @@ erpnext.landed_cost_taxes_and_charges = { "Income Account", "Expenses Included In Valuation", "Expenses Included In Asset Valuation", + "Expense Account", + "Direct Expense", + "Indirect Expense", + "Stock Received But Not Billed", ], ], company: frm.doc.company,