forgot that before

This commit is contained in:
Matthias 2021-12-04 03:46:35 +01:00
parent 2ea32d200a
commit 733fc4b718
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -33,7 +33,7 @@ def notify_low_stock(part: part.models.Part):
part,
'part.notify_low_stock',
target_fnc=part.get_subscribers,
notification_context=context,
context=context,
)