mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-13 07:10:53 +00:00
serializer fixes
This commit is contained in:
InvenTree
InvenTree
build
order
part
stock
@@ -377,8 +377,6 @@ class POAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
Serializers for the PurchaseOrderAttachment model
|
||||
"""
|
||||
|
||||
attachment = InvenTreeAttachmentSerializerField(required=True)
|
||||
|
||||
class Meta:
|
||||
model = PurchaseOrderAttachment
|
||||
|
||||
@@ -598,8 +596,6 @@ class SOAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
Serializers for the SalesOrderAttachment model
|
||||
"""
|
||||
|
||||
attachment = InvenTreeAttachmentSerializerField(required=True)
|
||||
|
||||
class Meta:
|
||||
model = SalesOrderAttachment
|
||||
|
||||
|
Reference in New Issue
Block a user