mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
SupplierPart manufacturer data is not serializing
This commit is contained in:
@ -193,7 +193,7 @@ class SupplierPartList(generics.ListCreateAPIView):
|
||||
queryset = SupplierPart.objects.all().prefetch_related(
|
||||
'part',
|
||||
'supplier',
|
||||
'manufacturer'
|
||||
'manufacturer_part',
|
||||
)
|
||||
|
||||
def get_queryset(self):
|
||||
|
Reference in New Issue
Block a user