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

@@ -86,9 +86,9 @@ $.extend(erpnext, {
proceed_save_with_reminders_frequency_change: () => {
frappe.ui.hide_open_dialog();
frappe.call({
method: 'erpnext.hr.doctype.hr_settings.hr_settings.set_proceed_with_frequency_change',
method: 'erpnext.hr.doctype.hr_settings.hr_settings.set_proceed_with_frequency_change',
callback: () => {
cur_frm.save();
}