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:
InvenTree/build
@@ -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"))
|
||||
|
Reference in New Issue
Block a user