mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
[merge] [minor] merged with master
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user