expenses included in valuation account type in purchase taxes and charges (#11725)
This commit is contained in:
parent
373b5702a9
commit
dcbc4284d3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user