Merge pull request #1035 from frappe/mergify/bp/main-hotfix/pr-1034
fix: removed currency exchange and added exchange rate field (backport #1034)
This commit is contained in:
commit
bd27266b69
@ -10,7 +10,7 @@
|
|||||||
"organization_name",
|
"organization_name",
|
||||||
"no_of_employees",
|
"no_of_employees",
|
||||||
"currency",
|
"currency",
|
||||||
"currency_exchange",
|
"exchange_rate",
|
||||||
"annual_revenue",
|
"annual_revenue",
|
||||||
"organization_logo",
|
"organization_logo",
|
||||||
"column_break_pnpp",
|
"column_break_pnpp",
|
||||||
@ -77,16 +77,16 @@
|
|||||||
"options": "Address"
|
"options": "Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "currency_exchange",
|
"description": "The rate used to convert the organization\u2019s currency to your crm's base currency (set in CRM Settings). It is set once when the currency is first added and doesn't change automatically.",
|
||||||
"fieldtype": "Link",
|
"fieldname": "exchange_rate",
|
||||||
"label": "Currency Exchange",
|
"fieldtype": "Float",
|
||||||
"options": "CRM Currency Exchange"
|
"label": "Exchange Rate"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image_field": "organization_logo",
|
"image_field": "organization_logo",
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-07-09 14:32:23.893267",
|
"modified": "2025-07-15 11:40:12.175598",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM Organization",
|
"name": "CRM Organization",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user