mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
@ -34,6 +34,7 @@ class LabelPrintingOptionsSerializer(serializers.Serializer):
|
||||
label=_('Skip Labels'),
|
||||
help_text=_('Skip this number of labels when printing label sheets'),
|
||||
min_value=0,
|
||||
max_value=500,
|
||||
)
|
||||
|
||||
border = serializers.BooleanField(
|
||||
|
Reference in New Issue
Block a user