2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Bug fix for stock item tracking API

This commit is contained in:
Oliver Walters
2021-05-18 19:06:41 +10:00
parent 56fd8132c7
commit 5204567628
2 changed files with 8 additions and 0 deletions

View File

@ -1018,6 +1018,9 @@ class StockTrackingList(generics.ListAPIView):
for item in data:
deltas = item['deltas']
if not deltas:
deltas = {}
# Add location detail
if 'location' in deltas:
try: