From dcbc4284d3cd937642255c7d2b735bde9eb98042 Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Mon, 27 Nov 2017 11:48:09 +0530 Subject: [PATCH] expenses included in valuation account type in purchase taxes and charges (#11725) --- erpnext/public/js/controllers/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/controllers/accounts.js b/erpnext/public/js/controllers/accounts.js index f38084fa68e..860c8c1dbfc 100644 --- a/erpnext/public/js/controllers/accounts.js +++ b/erpnext/public/js/controllers/accounts.js @@ -20,7 +20,7 @@ frappe.ui.form.on(cur_frm.doctype, { if(frm.cscript.tax_table == "Sales Taxes and Charges") { var account_type = ["Tax", "Chargeable", "Expense Account"]; } else { - var account_type = ["Tax", "Chargeable", "Income Account"]; + var account_type = ["Tax", "Chargeable", "Income Account", "Expenses Included In Valuation"]; } return {