Typo fix
This commit is contained in:
parent
21d5440f98
commit
a3c5ea1f2b
|
|
@ -291,7 +291,7 @@ class StockLocationLabelDetail(generics.RetrieveUpdateDestroyAPIView):
|
|||
"""
|
||||
|
||||
queryset = StockLocationLabel.objects.all()
|
||||
seiralizer_class = StockLocationLabelSerializer
|
||||
serializer_class = StockLocationLabelSerializer
|
||||
|
||||
|
||||
label_api_urls = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue