diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index fabb2d75f49..6c54a16b53e 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -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", diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 7bcacf8a81a..60c4ba6e1eb 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -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",