[fix] Material Request notifications docstatus < 2
This commit is contained in:
parent
a2bd145d68
commit
44f777eeec
@ -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)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user