fix: Currency fields label

This commit is contained in:
Deepesh Garg
2026-02-05 12:54:48 +05:30
parent 26854d8d42
commit e08fe10f31
2 changed files with 2 additions and 7 deletions

View File

@@ -1125,7 +1125,7 @@
"fieldtype": "Currency",
"hide_days": 1,
"hide_seconds": 1,
"label": "Grand Total (Company Currency",
"label": "Grand Total",
"oldfieldname": "grand_total",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
@@ -2316,7 +2316,7 @@
"link_fieldname": "consolidated_invoice"
}
],
"modified": "2026-02-04 17:34:42.040540",
"modified": "2026-02-05 12:53:35.316061",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Sales Invoice",

View File

@@ -1774,11 +1774,6 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
this.frm.doc.currency
);
this.frm.set_currency_labels(
["outstanding_amount", "total_advance"],
this.frm.doc.party_account_currency
);
this.frm.set_df_property(
"conversion_rate",
"description",