commit | b7c8037e9a8f8a87afa5b6aff47546545552848e | [log] [tgz] |
---|---|---|
author | Kenneth Sequeira <seq.kenneth@gmail.com> | Fri Jun 19 22:33:51 2020 +0530 |
committer | Kenneth Sequeira <seq.kenneth@gmail.com> | Fri Jun 19 22:33:51 2020 +0530 |
tree | 43effa0c394e3799ce85e45b673e87306951e5eb | |
parent | b4c3e2243edb7d574452debd6503b76bf45699ef [diff] |
fix codacy
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js index e9849c2..86c2e40 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js
@@ -24,5 +24,4 @@ return [__("Paid"), "green", "outstanding_amount,=,0"]; } } -}; -s \ No newline at end of file +}; \ No newline at end of file