From 21f011be0201de79c9400c2e6ac3c8d8c4df6591 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 23 Mar 2023 14:58:11 +1100 Subject: [PATCH] label api 2 -> 1 --- 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 80ee4c926e..b39333e635 100644 --- a/InvenTree/label/api.py +++ b/InvenTree/label/api.py @@ -136,7 +136,7 @@ class LabelListView(LabelFilterMixin, ListAPI): ] -@method_decorator(cache_page(2), name='dispatch') +@method_decorator(cache_page(1), name='dispatch') class LabelPrintMixin(LabelFilterMixin): """Mixin for printing labels."""