diff --git a/erpnext/startup/notifications.py b/erpnext/startup/notifications.py index 45f7b8122af..75553122c83 100644 --- a/erpnext/startup/notifications.py +++ b/erpnext/startup/notifications.py @@ -28,6 +28,7 @@ def get_notification_config(): "Delivery Note": {"docstatus": 0}, "Stock Entry": {"docstatus": 0}, "Material Request": { + "docstatus": ("<", 2), "status": ("not in", ("Stopped",)), "per_ordered": ("<", 100) },