mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
[minor] [fix] test cases fix for perpetual accounting
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user