diff --git a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json index 7af16be02f86c46bda0ca7d8597bc5030dae20f8..48c29c9c99fdb704f8f79048c26ba55097be1ce4 100644 --- a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json +++ b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json @@ -376,7 +376,7 @@ "default": "0", "fieldname": "ignore_exchange_rate_revaluation_journals", "fieldtype": "Check", - "label": "Ignore Exchange Rate Revaluation Journals" + "label": "Ignore Exchange Rate Revaluation and Gain / Loss Journals" }, { "default": "0", @@ -400,7 +400,7 @@ } ], "links": [], - "modified": "2025-04-30 14:43:23.643006", + "modified": "2025-07-08 16:52:12.602384", "modified_by": "Administrator", "module": "Accounts", "name": "Process Statement Of Accounts", diff --git a/erpnext/accounts/report/general_ledger/general_ledger.js b/erpnext/accounts/report/general_ledger/general_ledger.js index 4d9a5ecedf0f64c85f8fac49cbdf29581bc71b2e..aabfc834ea35fedd510811b84bdf7c878edf67bb 100644 --- a/erpnext/accounts/report/general_ledger/general_ledger.js +++ b/erpnext/accounts/report/general_ledger/general_ledger.js @@ -220,7 +220,7 @@ frappe.query_reports["General Ledger"] = { }, { fieldname: "ignore_err", - label: __("Ignore Exchange Rate Revaluation Journals"), + label: __("Ignore Exchange Rate Revaluation and Gain / Loss Journals"), fieldtype: "Check", }, {