2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-21 20:26:29 +00:00

Remove old form code which is no longer used

This commit is contained in:
Oliver
2022-02-10 00:48:06 +11:00
parent 96af074365
commit 0d7b94fbfa
5 changed files with 1 additions and 89 deletions

@@ -157,7 +157,7 @@ class BuildOutputSerializer(serializers.Serializer):
raise ValidationError(_("This build output has already been completed"))
if to_complete:
# The build output must have all tracked parts allocated
if not build.isFullyAllocated(output):
raise ValidationError(_("This build output is not fully allocated"))