From c5cd7d91c4b619ec733398122af4eca082b8a222 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 23 Jun 2025 15:56:02 +0530 Subject: [PATCH] chore: better label and desciption for pegged currency flag --- .../doctype/accounts_settings/accounts_settings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json index 3cf93f8bd14..aaac9b7f8d9 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -618,10 +618,11 @@ }, { "default": "0", - "description": "Enable this field to fetch the exchange rates for Pegged Currencies.\n\n", + "description": "System will do an implicit conversion using the pegged currency.
\nEx: Instead of AED -> INR, system will do AED -> USD -> INR using the pegged exchange rate of AED against USD.", + "documentation_url": "/app/pegged-currencies/Pegged Currencies", "fieldname": "allow_pegged_currencies_exchange_rates", "fieldtype": "Check", - "label": "Allow Pegged Currencies Exchange Rates" + "label": "Allow Implicit Pegged Currency Conversion" } ], "grid_page_length": 50, @@ -630,7 +631,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2025-06-16 16:40:54.871486", + "modified": "2025-06-23 15:55:33.346398", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Settings",