mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
[bean] [mandatory] fixes in test cases
This commit is contained in:
@@ -3,7 +3,7 @@ test_records = [
|
||||
"doctype": "Currency Exchange",
|
||||
"from_currency": "USD",
|
||||
"to_currency": "INR",
|
||||
"exchange_rate": 1
|
||||
"exchange_rate": 60.0
|
||||
}],
|
||||
[{
|
||||
"doctype": "Currency Exchange",
|
||||
|
||||
Reference in New Issue
Block a user