expenses included in valuation account type in purchase taxes and charges (#11725)
diff --git a/erpnext/public/js/controllers/accounts.js b/erpnext/public/js/controllers/accounts.js
index f38084f..860c8c1 100644
--- a/erpnext/public/js/controllers/accounts.js
+++ b/erpnext/public/js/controllers/accounts.js
@@ -20,7 +20,7 @@
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 {