refactor(test): move purchase invoice dimension setup to bootstrap

(cherry picked from commit 31ce09204f)
This commit is contained in:
ruthra kumar
2026-03-20 16:20:05 +05:30
parent ee72ed94d5
commit bb42d3ddbe
2 changed files with 14 additions and 8 deletions

View File

@@ -2822,6 +2822,10 @@ class BootStrapTestData:
}
],
},
{
"doctype": "Accounting Dimension",
"document_type": "Branch",
},
]
self.make_records(["document_type"], records)