expenses included in valuation account type in purchase taxes and charges (#11725)

This commit is contained in:
Shreya Shah 2017-11-27 11:48:09 +05:30 committed by Nabin Hait
parent 373b5702a9
commit dcbc4284d3

View File

@ -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 {