FIX_staff_level_pending_summary inactive removed
This commit is contained in:
parent
0a929fdf8c
commit
038bc94751
@ -224,6 +224,7 @@ class DashboardController extends ResourceController
|
||||
|
||||
// ->where('ps.handler_id', $handler_id)
|
||||
->where('pe.is_active', 1)
|
||||
->where('ps.is_active', 1)
|
||||
->where('pe.assigned_to IS NOT NULL')
|
||||
->where('pe.assigned_to !=', 0)
|
||||
->groupBy('pe.assigned_to')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user