mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +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);
|
const doclist = frappe.model.sync(r.message);
|
||||||
frappe.set_route('Form', doclist[0].doctype, doclist[0].name);
|
frappe.set_route('Form', doclist[0].doctype, doclist[0].name);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
employee: function (frm) {
|
employee: function (frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user