commit | 44f777eeecd8bb88ad50e79abdfa1b3e004afd76 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Mar 07 19:35:34 2016 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Mar 07 19:35:54 2016 +0530 |
tree | fa43663216cbdfae96d73d29b5cd6e416fd6de89 | |
parent | a2bd145d684d13e0d8bdace7bf1499b9057a4e16 [diff] |
[fix] Material Request notifications docstatus < 2
diff --git a/erpnext/startup/notifications.py b/erpnext/startup/notifications.py index 45f7b81..7555312 100644 --- a/erpnext/startup/notifications.py +++ b/erpnext/startup/notifications.py
@@ -28,6 +28,7 @@ "Delivery Note": {"docstatus": 0}, "Stock Entry": {"docstatus": 0}, "Material Request": { + "docstatus": ("<", 2), "status": ("not in", ("Stopped",)), "per_ordered": ("<", 100) },