commit | 22a4857a3c305c3f92a73be286ceaf9c1b34214a | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Jul 18 18:29:34 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Mon Jul 29 12:14:49 2019 +0530 |
tree | ccdbc9725aa5b93cd84c4b7e6e739123ffa8c185 | |
parent | acc0958ead357df9bcc5691af386ccbea28d90d1 [diff] |
fix: Codacy Fixes
diff --git a/erpnext/accounts/doctype/accounting_dimension/accounting_dimension.js b/erpnext/accounts/doctype/accounting_dimension/accounting_dimension.js index bb4d514..d5f39b5 100644 --- a/erpnext/accounts/doctype/accounting_dimension/accounting_dimension.js +++ b/erpnext/accounts/doctype/accounting_dimension/accounting_dimension.js
@@ -63,4 +63,4 @@ let row = locals[cdt][cdn]; row.reference_document = frm.doc.document_type; } -}) \ No newline at end of file +}); \ No newline at end of file