mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix semicolons as per codacy review
This commit is contained in:
@@ -30,7 +30,7 @@ frappe.ui.form.on("Journal Entry Template", {
|
|||||||
row.account = d.account;
|
row.account = d.account;
|
||||||
});
|
});
|
||||||
refresh_field("accounts");
|
refresh_field("accounts");
|
||||||
}
|
};
|
||||||
|
|
||||||
if(!frm.doc.company) return;
|
if(!frm.doc.company) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user