chore: whitespace / eof fixes

This commit is contained in:
Ankush Menat
2021-09-01 16:45:57 +05:30
parent 65279c2471
commit b147b85e6a
44 changed files with 86 additions and 98 deletions

View File

@@ -55,10 +55,10 @@ frappe.ui.form.on("Company", {
{"fieldtype": "Button", "label": "Update", "fieldname": "update"},
]
});
dialog.fields_dict.update.$input.click(function() {
var args = dialog.get_values();
if (!args) return;
if (!args) return;
frappe.show_alert(__("Update in progress. It might take a while."));
return frappe.call({
method: "erpnext.setup.doctype.company.company.enqueue_replace_abbr",