mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +00:00
Bug fix: allow empty barcode field when receiving purchase orders
This commit is contained in:
@@ -235,6 +235,7 @@ class POLineItemReceiveSerializer(serializers.Serializer):
|
|||||||
help_text=_('Unique identifier field'),
|
help_text=_('Unique identifier field'),
|
||||||
default='',
|
default='',
|
||||||
required=False,
|
required=False,
|
||||||
|
allow_null=True,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user