mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
refactor(test): move purchase invoice dimension setup to bootstrap
This commit is contained in:
@@ -2822,6 +2822,10 @@ class BootStrapTestData:
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
"doctype": "Accounting Dimension",
|
||||
"document_type": "Branch",
|
||||
},
|
||||
]
|
||||
self.make_records(["document_type"], records)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user