fix: Remove dimensions from boot

This commit is contained in:
deepeshgarg007
2019-07-18 08:54:15 +05:30
parent 7d270edf79
commit f1f79ff1e1
16 changed files with 79 additions and 69 deletions

View File

@@ -115,7 +115,7 @@ frappe.query_reports["Accounts Payable"] = {
}
}
frappe.boot.dimension_filters.forEach((dimension) => {
erpnext.dimension_filters.forEach((dimension) => {
frappe.query_reports["Accounts Payable"].filters.splice(9, 0 ,{
"fieldname": dimension["fieldname"],
"label": __(dimension["label"]),