From a3c5ea1f2b34a7d414b4c6dcc8c082d2e00d81b2 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 9 Jan 2021 22:02:33 +1100 Subject: [PATCH] Typo fix --- InvenTree/label/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/label/api.py b/InvenTree/label/api.py index e3367ad894..03d2650e37 100644 --- a/InvenTree/label/api.py +++ b/InvenTree/label/api.py @@ -291,7 +291,7 @@ class StockLocationLabelDetail(generics.RetrieveUpdateDestroyAPIView): """ queryset = StockLocationLabel.objects.all() - seiralizer_class = StockLocationLabelSerializer + serializer_class = StockLocationLabelSerializer label_api_urls = [