fix: Remove trailing whitespace and add semicolon

This commit is contained in:
deepeshgarg007
2019-12-17 18:14:33 +05:30
parent f1036c6985
commit b7012a47a2

View File

@@ -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) {