chore: linting issues

This commit is contained in:
Deepesh Garg
2026-02-04 17:55:06 +05:30
parent 3a91f6793f
commit efc4c900f3
6 changed files with 55 additions and 15 deletions

View File

@@ -1751,6 +1751,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
"base_total_cost",
"base_scrap_material_cost",
"base_rounding_adjustment",
"base_totals_section",
],
company_currency
);
@@ -1774,6 +1775,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
"rounding_adjustment",
"raw_material_cost",
"total_cost",
"totals_section",
],
this.frm.doc.currency
);