commit | 4a77bd23041e2061585eb9259416d2652dc6748c | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Wed Aug 18 00:33:43 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Wed Aug 18 00:33:43 2021 +0530 |
tree | 600f4bf362221902a9434d9bcec5ddb57e4eab6f | |
parent | 5fec44446eed481021f5ec9c187b6558e790501e [diff] |
fix: Syntax error
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index 7a273c7..fc88747 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js
@@ -447,7 +447,7 @@ this.frm.refresh_field("outstanding_amount"); this.frm.refresh_field("paid_amount"); this.frm.refresh_field("base_paid_amount"); - }, + } currency() { this._super();