diff --git a/smash/web/views/notifications.py b/smash/web/views/notifications.py index d284384706e207eb79965de298390d35c4381799..5c5e380b33f67cb6b673ee32648f412923c43564 100644 --- a/smash/web/views/notifications.py +++ b/smash/web/views/notifications.py @@ -164,8 +164,8 @@ def get_subjects_with_no_visit(user): resigned=False, unfinished_visit_count=0, default_location__in=get_filter_locations(user), + postponed=False, excluded=False, - postponed=False datetime_contact_reminder__isnull=True, ).exclude(vouchers__status=VOUCHER_STATUS_NEW) return result