mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
empty mixin schaffold - no tests
This commit is contained in:
parent
0a012c3c58
commit
b9cbc287f2
@ -408,7 +408,7 @@ class LabelPrintingMixin:
|
|||||||
"""
|
"""
|
||||||
MIXIN_NAME = 'Label printing'
|
MIXIN_NAME = 'Label printing'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self): # pragma: no cover
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.add_mixin('labels', True, __class__)
|
self.add_mixin('labels', True, __class__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user