fix semicolons as per codacy review

This commit is contained in:
Abhishek Balam 2020-04-29 15:01:56 +05:30
parent e35bb16436
commit b59e46d773

View File

@ -9,7 +9,7 @@ frappe.ui.form.on("Journal Entry Template", {
filters: { filters: {
"company": frm.doc.company, "company": frm.doc.company,
} }
} };
}); });
frappe.call({ frappe.call({
type: "GET", type: "GET",