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") {
|
if(frm.cscript.tax_table == "Sales Taxes and Charges") {
|
||||||
var account_type = ["Tax", "Chargeable", "Expense Account"];
|
var account_type = ["Tax", "Chargeable", "Expense Account"];
|
||||||
} else {
|
} else {
|
||||||
var account_type = ["Tax", "Chargeable", "Income Account"];
|
var account_type = ["Tax", "Chargeable", "Income Account", "Expenses Included In Valuation"];
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user