mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-21 02:09:58 +00:00
Merge pull request #56129 from mihir-kandoi/fix-test-workstation-warehouse
fix(tests): point _Test Workstation 1 fixture at an existing warehouse
This commit is contained in:
@@ -2544,7 +2544,7 @@ class BootStrapTestData:
|
||||
"doctype": "Workstation",
|
||||
"name": "_Test Workstation 1",
|
||||
"workstation_name": "_Test Workstation 1",
|
||||
"warehouse": "_Test warehouse - _TC",
|
||||
"warehouse": "_Test Warehouse - _TC",
|
||||
"hour_rate_labour": 25,
|
||||
"hour_rate_electricity": 25,
|
||||
"hour_rate_consumable": 25,
|
||||
|
||||
Reference in New Issue
Block a user