2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Merge pull request #2971 from matmair/plugin-app-refactor

Plugin app refactor
This commit is contained in:
Oliver
2022-05-15 23:45:42 +10:00
committed by GitHub
60 changed files with 1181 additions and 971 deletions

View File

@ -156,7 +156,7 @@ class LabelPrintMixin:
# Offload a background task to print the provided label
offload_task(
'plugin.events.print_label',
'plugin.base.label.label.print_label',
plugin.plugin_slug(),
image,
label_instance=label_instance,