mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix: Remove trailing whitespace and add semicolon
This commit is contained in:
@@ -107,7 +107,7 @@ frappe.ui.form.on('Employee Advance', {
|
||||
const doclist = frappe.model.sync(r.message);
|
||||
frappe.set_route('Form', doclist[0].doctype, doclist[0].name);
|
||||
}
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
employee: function (frm) {
|
||||
|
||||
Reference in New Issue
Block a user