2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

and again

This commit is contained in:
Matthias
2021-12-04 03:44:59 +01:00
parent 3a8909f0d4
commit c10841fe0e
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ def notify_low_stock(part: part.models.Part):
common.notifications.trigger_notifaction(
part,
'part.notify_low_stock',
receiver_fnc=part.get_subscribers,
target_fnc=part.get_subscribers,
notification_context=context,
)