mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
label api 2 -> 1
This commit is contained in:
@ -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):
|
class LabelPrintMixin(LabelFilterMixin):
|
||||||
"""Mixin for printing labels."""
|
"""Mixin for printing labels."""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user