[merge] [minor] merged with master

This commit is contained in:
Nabin Hait
2013-09-02 13:07:49 +05:30
40 changed files with 364 additions and 265 deletions

View File

@@ -17,7 +17,11 @@ test_records = [
[{
"doctype": "Warehouse",
"warehouse_name": "_Test Warehouse 2",
"company": "_Test Company 1",
"account": "_Test Account Stock In Hand - _TC1"
"account": "_Test Account Stock In Hand - _TC1",
"company": "_Test Company 1"
}, {
"doctype": "Warehouse User",
"parentfield": "warehouse_users",
"user": "test2@example.com"
}]
]