chore: Linting issues

This commit is contained in:
Deepesh Garg 2022-08-23 09:12:20 +05:30
parent ae3dce0cbd
commit 1cb7ae16ab

View File

@ -640,7 +640,7 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments {
precision("base_discount_amount"));
if (this.frm.doc.apply_discount_on == "Grand Total" && this.frm.doc.is_cash_or_non_trade_discount) {
return
return;
}
var total_for_discount_amount = this.get_total_for_discount_amount();