mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
refactor: use highest precision for storing exc rate
This commit is contained in:
@@ -279,7 +279,8 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "transaction_exchange_rate",
|
"fieldname": "transaction_exchange_rate",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"label": "Transaction Exchange Rate"
|
"label": "Transaction Exchange Rate",
|
||||||
|
"precision": "9"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "debit_in_transaction_currency",
|
"fieldname": "debit_in_transaction_currency",
|
||||||
@@ -357,7 +358,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"in_create": 1,
|
"in_create": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-08-22 13:03:39.997475",
|
"modified": "2025-02-21 14:36:49.431166",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "GL Entry",
|
"name": "GL Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user