2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

label api 2 -> 1

This commit is contained in:
Oliver
2023-03-23 14:58:11 +11:00
parent 86ad247c50
commit 21f011be02

View File

@ -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."""