[minor] [fix] notifications for customer, supplier

This commit is contained in:
Rushabh Mehta 2016-04-08 17:26:53 +05:30
parent dda1349a2d
commit 8cd1ab894c

View File

@ -10,6 +10,8 @@ def get_notification_config():
"Warranty Claim": {"status": "Open"},
"Task": {"status": "Overdue"},
"Project": {"status": "Open"},
"Customer": {"status": "Open"},
"Supplier": {"status": "Open"},
"Lead": {"status": "Open"},
"Contact": {"status": "Open"},
"Opportunity": {"status": "Open"},