mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
commit
08da2d6fd4
@ -208,7 +208,7 @@ class BuildOutputCreateSerializer(serializers.Serializer):
|
|||||||
raise ValidationError(_("Integer quantity required for trackable parts"))
|
raise ValidationError(_("Integer quantity required for trackable parts"))
|
||||||
|
|
||||||
if part.has_trackable_parts():
|
if part.has_trackable_parts():
|
||||||
raise ValidationError(_("Integer quantity required, as the bill of materials contains tracakble parts"))
|
raise ValidationError(_("Integer quantity required, as the bill of materials contains trackable parts"))
|
||||||
|
|
||||||
return quantity
|
return quantity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user