mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
forgot that before
This commit is contained in:
parent
2ea32d200a
commit
733fc4b718
@ -33,7 +33,7 @@ def notify_low_stock(part: part.models.Part):
|
|||||||
part,
|
part,
|
||||||
'part.notify_low_stock',
|
'part.notify_low_stock',
|
||||||
target_fnc=part.get_subscribers,
|
target_fnc=part.get_subscribers,
|
||||||
notification_context=context,
|
context=context,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user