2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

serializer fixes

This commit is contained in:
Oliver
2021-11-28 14:21:09 +11:00
parent 6582fd3d04
commit 0949bac175
6 changed files with 48 additions and 28 deletions

View File

@ -516,8 +516,6 @@ class BuildAttachmentSerializer(InvenTreeAttachmentSerializer):
Serializer for a BuildAttachment
"""
attachment = InvenTreeAttachmentSerializerField(required=True)
class Meta:
model = BuildOrderAttachment