mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
Correction to test_records.json for Currency Exchange doctype
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"doctype": "Currency Exchange",
|
"doctype": "Currency Exchange",
|
||||||
"date": "01-01-2016"
|
"date": "01-01-2016",
|
||||||
"exchange_rate": 60.0,
|
"exchange_rate": 60.0,
|
||||||
"from_currency": "USD",
|
"from_currency": "USD",
|
||||||
"to_currency": "INR"
|
"to_currency": "INR"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Currency Exchange",
|
"doctype": "Currency Exchange",
|
||||||
"date": "01-01-2016"
|
"date": "01-01-2016",
|
||||||
"exchange_rate": 0.773,
|
"exchange_rate": 0.773,
|
||||||
"from_currency": "USD",
|
"from_currency": "USD",
|
||||||
"to_currency": "EUR"
|
"to_currency": "EUR"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Currency Exchange",
|
"doctype": "Currency Exchange",
|
||||||
"date": "01-01-2016"
|
"date": "01-01-2016",
|
||||||
"exchange_rate": 0.0167,
|
"exchange_rate": 0.0167,
|
||||||
"from_currency": "INR",
|
"from_currency": "INR",
|
||||||
"to_currency": "USD"
|
"to_currency": "USD"
|
||||||
|
|||||||
Reference in New Issue
Block a user