Fixed overdue counts in dashborad and showing exact overdue ticket list
This commit is contained in:
@@ -132,7 +132,7 @@ class FilterController extends Controller
|
||||
$join->on('ticket_status.id', '=', 'tickets.status');
|
||||
})
|
||||
->where('tickets.status', '=', 1)
|
||||
// ->where('tickets.isanswered', '=', 0)
|
||||
->where('tickets.isanswered', '=', 0)
|
||||
->whereNotNull('tickets.duedate')
|
||||
->where('tickets.duedate', '!=', '00-00-00 00:00:00')
|
||||
|
||||
|
Reference in New Issue
Block a user