mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
chore: better label and desciption for pegged currency flag
(cherry picked from commit c5cd7d91c4)
This commit is contained in:
@@ -596,10 +596,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"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. <br>\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",
|
"fieldname": "allow_pegged_currencies_exchange_rates",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Allow Pegged Currencies Exchange Rates"
|
"label": "Allow Implicit Pegged Currency Conversion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "icon-cog",
|
"icon": "icon-cog",
|
||||||
@@ -607,7 +608,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-06-16 16:40:54.871486",
|
"modified": "2025-06-23 15:55:33.346398",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Accounts Settings",
|
"name": "Accounts Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user