From dc4b390a9bdf53daa929228e783e61958bd149e8 Mon Sep 17 00:00:00 2001 From: pandiyan Date: Fri, 18 Sep 2026 17:26:10 +0530 Subject: [PATCH] fix(accounts): clarify revaluation journal filters --- erpnext/accounts/report/accounts_payable/accounts_payable.js | 2 +- .../report/accounts_payable_summary/accounts_payable_summary.js | 2 +- .../accounts/report/accounts_receivable/accounts_receivable.js | 2 +- .../accounts_receivable_summary/accounts_receivable_summary.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.js b/erpnext/accounts/report/accounts_payable/accounts_payable.js index a9099f335d0..d5991ae5f31 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.js +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.js @@ -156,7 +156,7 @@ frappe.query_reports["Accounts Payable"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js index db30b68b9a6..eb3844c60a2 100644 --- a/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js +++ b/erpnext/accounts/report/accounts_payable_summary/accounts_payable_summary.js @@ -113,7 +113,7 @@ frappe.query_reports["Accounts Payable Summary"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js index 7e4fbdaded0..69c675b8979 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js @@ -183,7 +183,7 @@ frappe.query_reports["Accounts Receivable"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, { diff --git a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js index 22a5182a41c..164b8c91904 100644 --- a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js +++ b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.js @@ -141,7 +141,7 @@ frappe.query_reports["Accounts Receivable Summary"] = { }, { fieldname: "for_revaluation_journals", - label: __("Revaluation Journals"), + label: __("Include Revaluation Journals"), fieldtype: "Check", }, ],