2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

PEP style fixes

This commit is contained in:
Oliver Walters
2022-05-17 00:41:03 +10:00
parent 3373bb19f1
commit 27930cd897
2 changed files with 2 additions and 4 deletions

View File

@ -1295,7 +1295,7 @@ class SalesOrderShipmentAllocationSerializer(serializers.Serializer):
quantity=entry.get('quantity'),
shipment=shipment,
)
allocation.full_clean()
allocation.save()