fix(lint): trailing whitespace

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
This commit is contained in:
Sabu Siyad 2022-11-30 17:12:06 +05:30
parent 56b96f0a9c
commit c5edbe2e2f
No known key found for this signature in database
GPG Key ID: BA37A2A8DD8C37EE

View File

@ -58,7 +58,7 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments {
if (
in_list(["Sales Invoice", "POS Invoice"], this.frm.doc.doctype)
&& this.frm.doc.is_pos
&& this.frm.doc.s_pos
&& this.frm.doc.is_return
) {
this.set_total_amount_to_default_mop();