mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
changed _Test Fiscal Year to _Test Fiscal Year 2013
This commit is contained in:
@@ -35,7 +35,12 @@ class DocType:
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "Fiscal Year",
|
||||
"year": "_Test Fiscal Year",
|
||||
"year": "_Test Fiscal Year 2013",
|
||||
"year_start_date": "2013-01-01"
|
||||
}],
|
||||
[{
|
||||
"doctype": "Fiscal Year",
|
||||
"year": "_Test Fiscal Year 2014",
|
||||
"year_start_date": "2014-01-01"
|
||||
}]
|
||||
]
|
||||
Reference in New Issue
Block a user