refactor: allow higher precision for new exchange rate

This commit is contained in:
ruthra kumar 2023-06-20 07:21:51 +05:30
parent 1b33afd699
commit 9d04af9ecc

View File

@ -92,6 +92,7 @@
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1, "in_list_view": 1,
"label": "New Exchange Rate", "label": "New Exchange Rate",
"precision": "9",
"reqd": 1 "reqd": 1
}, },
{ {
@ -147,7 +148,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-12-29 19:38:52.915295", "modified": "2023-06-20 07:21:40.743460",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Exchange Rate Revaluation Account", "name": "Exchange Rate Revaluation Account",