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

@@ -129,7 +129,7 @@ function get_filters(){
}
]
frappe.boot.dimension_filters.forEach((dimension) => {
erpnext.dimension_filters.forEach((dimension) => {
filters.push({
"fieldname": dimension["fieldname"],
"label": __(dimension["label"]),