fixes in test cases and added fiscal year field to stock reco

This commit is contained in:
Anand Doshi
2013-03-26 14:49:25 +05:30
parent 988bca04f2
commit 40dc9e83a5
10 changed files with 96 additions and 31 deletions

View File

@@ -1,6 +1,11 @@
from __future__ import unicode_literals
test_records = [
[{
"doctype": "Fiscal Year",
"year": "_Test Fiscal Year 2012",
"year_start_date": "2012-01-01"
}],
[{
"doctype": "Fiscal Year",
"year": "_Test Fiscal Year 2013",