From 44f777eeecd8bb88ad50e79abdfa1b3e004afd76 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 7 Mar 2016 19:35:34 +0530 Subject: [PATCH] [fix] Material Request notifications docstatus < 2 --- erpnext/startup/notifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/startup/notifications.py b/erpnext/startup/notifications.py index 45f7b8122a..75553122c8 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) },