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

This commit is contained in:
ruthra kumar
2026-03-20 16:20:05 +05:30
parent 9ed072ac83
commit 31ce09204f
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)