changed _Test Fiscal Year to _Test Fiscal Year 2013

This commit is contained in:
Anand Doshi
2013-02-08 19:27:38 +05:30
parent 6fad5ab075
commit a11a21c6a9
4 changed files with 10 additions and 5 deletions

View File

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