commit | 1dadea38a55346c1569a46029be39d662d7be139 | [log] [tgz] |
---|---|---|
author | Saqib <nextchamp.saqib@gmail.com> | Wed Aug 25 11:05:51 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Aug 25 11:05:51 2021 +0530 |
tree | c333fe71548a63e1428a0927551bf659fb1af0e8 | |
parent | fbc59772483cbe17c8ec58cbe806b38d01486ac6 [diff] |
fix: remove unexpected comma (#27132)
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index 1e37e4b..2dd3d69 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js
@@ -443,7 +443,7 @@ this.frm.refresh_field("outstanding_amount"); this.frm.refresh_field("paid_amount"); this.frm.refresh_field("base_paid_amount"); - }, + } currency() { this._super();