mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove old function call
This commit is contained in:
parent
efc6af5f4c
commit
fcdd1eb55b
@ -412,9 +412,6 @@ class LabelPrintingMixin:
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
self.add_mixin('labels', True, __class__)
|
self.add_mixin('labels', True, __class__)
|
||||||
|
|
||||||
def get_printer_name(self):
|
|
||||||
return self.PRINTER_NAME
|
|
||||||
|
|
||||||
def print_label(self, label, **kwargs):
|
def print_label(self, label, **kwargs):
|
||||||
"""
|
"""
|
||||||
Callback to print a single label
|
Callback to print a single label
|
||||||
|
Loading…
Reference in New Issue
Block a user