mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
chore: Linting issues
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user