mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
fix: Indentation fixes
This commit is contained in:
@@ -9,7 +9,7 @@ let doclist = ["GL Entry", "Sales Invoice", "Purchase Invoice", "Payment Entry",
|
|||||||
|
|
||||||
let dimension_filters = erpnext.get_dimension_filters();
|
let dimension_filters = erpnext.get_dimension_filters();
|
||||||
|
|
||||||
doclist.forEach((doctype) => {
|
doclist.forEach((doctype) => {
|
||||||
frappe.ui.form.on(doctype, {
|
frappe.ui.form.on(doctype, {
|
||||||
onload: function(frm) {
|
onload: function(frm) {
|
||||||
dimension_filters.then((dimensions) => {
|
dimension_filters.then((dimensions) => {
|
||||||
@@ -21,4 +21,4 @@ let dimension_filters = erpnext.get_dimension_filters();
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user