2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Bug fixes

This commit is contained in:
Oliver
2021-10-14 11:00:27 +11:00
parent 7dfffcd5d3
commit 4a6bd0123a
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ class BuildTest(TestCase):
self.assertEqual(len(unallocated), 1)
self.build.unallocateUntracked()
self.build.unallocateStock()
unallocated = self.build.unallocatedParts(None)