mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
Merge pull request #6831 from manassolanki/develop
[Fix] Notification Count Issue #5987
This commit is contained in:
@@ -30,6 +30,7 @@ def get_notification_config():
|
||||
"outstanding_amount": (">", 0),
|
||||
"docstatus": ("<", 2)
|
||||
},
|
||||
"Payment Entry": {"docstatus": 0},
|
||||
"Leave Application": {"status": "Open"},
|
||||
"Expense Claim": {"approval_status": "Draft"},
|
||||
"Job Applicant": {"status": "Open"},
|
||||
|
||||
Reference in New Issue
Block a user