[minor] [fix] test cases fix for perpetual accounting

This commit is contained in:
Nabin Hait
2013-08-05 12:19:38 +05:30
parent a36adbd1e0
commit 73d04b155c
9 changed files with 108 additions and 49 deletions

View File

@@ -2,16 +2,19 @@ test_records = [
[{
"doctype": "Warehouse",
"warehouse_name": "_Test Warehouse",
"company": "_Test Company"
"company": "_Test Company",
"account": "_Test Account Stock In Hand - _TC"
}],
[{
"doctype": "Warehouse",
"warehouse_name": "_Test Warehouse 1",
"company": "_Test Company"
"company": "_Test Company",
"account": "_Test Account Fixed Assets - _TC"
}],
[{
"doctype": "Warehouse",
"warehouse_name": "_Test Warehouse 2",
"company": "_Test Company 1"
"company": "_Test Company 1",
"account": "_Test Account Stock In Hand - _TC"
}]
]