Refactor various functions for assessing build allocation

This commit is contained in:
Oliver Walters
2021-04-20 13:54:19 +10:00
parent 05e2b62305
commit 4420557863
3 changed files with 34 additions and 18 deletions

View File

@ -419,7 +419,7 @@ class BuildOutputComplete(AjaxUpdateView):
View to mark a particular build output as Complete.
- Notifies the user of which parts will be removed from stock.
- Removes allocated items from stock
- Assignes (tracked) allocated items from stock to the build output
- Deletes pending BuildItem objects
"""