mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
label api 2 -> 1
This commit is contained in:
parent
86ad247c50
commit
21f011be02
@ -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."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user