Correction to test_records.json for Currency Exchange doctype

This commit is contained in:
Chude Osiegbu 2016-09-06 00:26:27 +01:00
parent 7be3aa3158
commit 10024e13ec

View File

@ -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"