2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00
This commit is contained in:
Oliver Walters 2021-01-09 22:02:33 +11:00
parent 21d5440f98
commit a3c5ea1f2b

View File

@ -291,7 +291,7 @@ class StockLocationLabelDetail(generics.RetrieveUpdateDestroyAPIView):
"""
queryset = StockLocationLabel.objects.all()
seiralizer_class = StockLocationLabelSerializer
serializer_class = StockLocationLabelSerializer
label_api_urls = [