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

Send notification if printing fails

If label printing fails (due to a plugin error) then the user is notified.
This commit is contained in:
Oliver
2022-03-25 15:57:32 +11:00
parent 5921964fdb
commit c1b408f8a3
3 changed files with 30 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import logging
from django.utils.translation import ugettext_lazy as _
import InvenTree.helpers
import InvenTree.tasks
import common.notifications