SupplierPart manufacturer data is not serializing

This commit is contained in:
eeintech
2021-03-30 13:55:20 -04:00
parent a4d098194b
commit 811f9333e8
4 changed files with 22 additions and 19 deletions

View File

@ -193,7 +193,7 @@ class SupplierPartList(generics.ListCreateAPIView):
queryset = SupplierPart.objects.all().prefetch_related(
'part',
'supplier',
'manufacturer'
'manufacturer_part',
)
def get_queryset(self):