Merge pull request #35837 from ruthra-kumar/increase_precision_on_exchange_rate_revaluation

refactor: increase precision for current exc rate in Exchange Rate Revaluation
This commit is contained in:
ruthra kumar
2023-06-22 13:39:51 +05:30
committed by GitHub

View File

@@ -73,6 +73,7 @@
"fieldname": "current_exchange_rate", "fieldname": "current_exchange_rate",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Current Exchange Rate", "label": "Current Exchange Rate",
"precision": "9",
"read_only": 1 "read_only": 1
}, },
{ {
@@ -148,7 +149,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-06-20 07:21:40.743460", "modified": "2023-06-22 12:39:56.446722",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Exchange Rate Revaluation Account", "name": "Exchange Rate Revaluation Account",