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:
@ -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)
|
||||
|
Reference in New Issue
Block a user