mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Only send printing failed as a UI notification
This commit is contained in:
@ -233,4 +233,5 @@ def print_label(plugin_slug, label_image, label_instance=None, user=None):
|
||||
'label.printing_failed',
|
||||
targets=[user],
|
||||
context=ctx,
|
||||
delivery_methods=[common.notifications.UIMessageNotification]
|
||||
)
|
||||
|
Reference in New Issue
Block a user