fix: syntax error (#26610)

Removed "," at erpnext/public/js/controllers/taxes_and_totals.js:87
This commit is contained in:
Anurag0911 2021-07-23 16:52:42 +05:30 committed by GitHub
parent 595c7a6e61
commit 4128aa7628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments {
this.manipulate_grand_total_for_inclusive_tax();
this.calculate_totals();
this._cleanup();
},
}
validate_conversion_rate() {
this.frm.doc.conversion_rate = flt(this.frm.doc.conversion_rate, (cur_frm) ? precision("conversion_rate") : 9);