From 733fc4b718c5a94900d43dfa877c23cecb37d925 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 03:46:35 +0100 Subject: [PATCH] forgot that before --- InvenTree/part/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/tasks.py b/InvenTree/part/tasks.py index fdcfed405d..9bc34f83df 100644 --- a/InvenTree/part/tasks.py +++ b/InvenTree/part/tasks.py @@ -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, )