mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Logic fix for label printing plugin (#9117)
This commit is contained in:
parent
19f772bd6e
commit
96bca652c4
@ -597,9 +597,7 @@ class LabelTemplate(TemplateUploadMixin, ReportTemplateBase):
|
||||
if hasattr(plugin, 'before_printing'):
|
||||
plugin.before_printing()
|
||||
|
||||
plugin.print_labels(
|
||||
self, output, items, request, printing_options=options
|
||||
)
|
||||
plugin.print_labels(self, output, items, request, printing_options=options)
|
||||
|
||||
if hasattr(plugin, 'after_printing'):
|
||||
plugin.after_printing()
|
||||
|
Loading…
x
Reference in New Issue
Block a user