mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
fix: incorrect dates in test records
This commit is contained in:
@@ -33,8 +33,8 @@ def test_record_generator():
|
|||||||
"doctype": "Fiscal Year",
|
"doctype": "Fiscal Year",
|
||||||
"year": "_Test Short Fiscal Year 2011",
|
"year": "_Test Short Fiscal Year 2011",
|
||||||
"is_short_year": 1,
|
"is_short_year": 1,
|
||||||
"year_end_date": "2011-04-01",
|
"year_start_date": "2011-04-01",
|
||||||
"year_start_date": "2011-12-31",
|
"year_end_date": "2011-12-31",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user