commit | b59e46d773bbea6c70233a871a903684b78e3b25 | [log] [tgz] |
---|---|---|
author | Abhishek Balam <abhishekbalam96@gmail.com> | Wed Apr 29 15:01:56 2020 +0530 |
committer | Abhishek Balam <abhishekbalam96@gmail.com> | Wed Apr 29 15:01:56 2020 +0530 |
tree | e5931225900d03a4183921e75d2a4e77c69bb23f | |
parent | e35bb16436fdddf2c254fc44f5771d5926750194 [diff] |
fix semicolons as per codacy review
diff --git a/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js b/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js index 13e9a3d..bcb3f3a 100644 --- a/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js +++ b/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js
@@ -9,7 +9,7 @@ filters: { "company": frm.doc.company, } - } + }; }); frappe.call({ type: "GET",