2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Bug fix for StockItem list API

- The wrong detail data was being set
This commit is contained in:
Oliver Walters
2020-05-02 13:51:29 +10:00
parent 4197e29fce
commit 7fca496de8
3 changed files with 4 additions and 4 deletions

View File

@ -294,7 +294,7 @@ class PartList(generics.ListCreateAPIView):
def filter_queryset(self, queryset):
"""
Perform custom filtering of the queryset.
We overide the DRF filter_fields here because
We overide the DRF filter_fields here because
"""
queryset = super().filter_queryset(queryset)