fix semicolons as per codacy review

This commit is contained in:
Abhishek Balam 2020-04-29 11:28:40 +05:30
parent 8dbc4e648b
commit 3b26b24af6
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ frappe.ui.form.on("Journal Entry Template", {
row.account = d.account;
});
refresh_field("accounts");
}
};
if(!frm.doc.company) return;