fix: Syntax error

This commit is contained in:
GangaManoj
2021-08-18 00:33:43 +05:30
parent 5fec44446e
commit 4a77bd2304

View File

@@ -447,7 +447,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends e
this.frm.refresh_field("outstanding_amount"); this.frm.refresh_field("outstanding_amount");
this.frm.refresh_field("paid_amount"); this.frm.refresh_field("paid_amount");
this.frm.refresh_field("base_paid_amount"); this.frm.refresh_field("base_paid_amount");
}, }
currency() { currency() {
this._super(); this._super();