commit | b124aff0bb5fe430974dd80e18664a7afcfc14ff | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Jul 18 18:29:34 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Fri Jul 26 09:14:42 2019 +0530 |
tree | c582dc436742c89eb2027177f75d60afde67204d | |
parent | 703fc08467cdd205262d34ca75ac3319b9d00cb6 [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