mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Currency fields label
This commit is contained in:
@@ -1125,7 +1125,7 @@
|
|||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"hide_days": 1,
|
"hide_days": 1,
|
||||||
"hide_seconds": 1,
|
"hide_seconds": 1,
|
||||||
"label": "Grand Total (Company Currency",
|
"label": "Grand Total",
|
||||||
"oldfieldname": "grand_total",
|
"oldfieldname": "grand_total",
|
||||||
"oldfieldtype": "Currency",
|
"oldfieldtype": "Currency",
|
||||||
"options": "Company:company:default_currency",
|
"options": "Company:company:default_currency",
|
||||||
@@ -2316,7 +2316,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-02-04 17:34:42.040540",
|
"modified": "2026-02-05 12:53:35.316061",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
@@ -1774,11 +1774,6 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
this.frm.doc.currency
|
this.frm.doc.currency
|
||||||
);
|
);
|
||||||
|
|
||||||
this.frm.set_currency_labels(
|
|
||||||
["outstanding_amount", "total_advance"],
|
|
||||||
this.frm.doc.party_account_currency
|
|
||||||
);
|
|
||||||
|
|
||||||
this.frm.set_df_property(
|
this.frm.set_df_property(
|
||||||
"conversion_rate",
|
"conversion_rate",
|
||||||
"description",
|
"description",
|
||||||
|
|||||||
Reference in New Issue
Block a user