fix: remove unexpected comma (#27132)

This commit is contained in:
Saqib
2021-08-25 11:05:51 +05:30
committed by GitHub
parent fbc5977248
commit 1dadea38a5

View File

@@ -443,7 +443,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();