Merge pull request #36147 from deepeshgarg007/eslint

refactor(ci): add eslint and update linting confs
This commit is contained in:
Deepesh Garg
2023-07-24 20:55:07 +05:30
committed by GitHub
161 changed files with 1502 additions and 2918 deletions

View File

@@ -675,7 +675,7 @@ erpnext.utils.update_child_items = function(opts) {
})
}
new frappe.ui.Dialog({
let dialog = new frappe.ui.Dialog({
title: __("Update Items"),
size: "extra-large",
fields: [
@@ -712,7 +712,9 @@ erpnext.utils.update_child_items = function(opts) {
refresh_field("items");
},
primary_action_label: __('Update')
}).show();
})
dialog.show();
}
erpnext.utils.map_current_doc = function(opts) {