mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 02:44:52 +00:00
fix semicolons as per codacy review
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user