mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
fix: Currency fields label
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user