mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
refactor(test): move location creation to bootstrap in asset movement
This commit is contained in:
@@ -975,6 +975,7 @@ class BootStrapTestData:
|
||||
def make_location(self):
|
||||
records = [
|
||||
{"doctype": "Location", "location_name": "Test Location"},
|
||||
{"doctype": "Location", "location_name": "Test Location 2"},
|
||||
{"doctype": "Location", "location_name": "Test Location Area", "is_group": 1, "is_container": 1},
|
||||
{
|
||||
"doctype": "Location",
|
||||
|
||||
Reference in New Issue
Block a user