mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2666 from matmair/matmair/issue2663
[BUG] Unable to create build output
This commit is contained in:
commit
50a45474da
@ -236,6 +236,7 @@ class BuildOutputCreateSerializer(serializers.Serializer):
|
||||
auto_allocate = serializers.BooleanField(
|
||||
required=False,
|
||||
default=False,
|
||||
allow_null=True,
|
||||
label=_('Auto Allocate Serial Numbers'),
|
||||
help_text=_('Automatically allocate required items with matching serial numbers'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user