mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
parent
05b0a493ad
commit
7be832cc9b
@ -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…
x
Reference in New Issue
Block a user