FIX_staff_level_pending_summary inactive removed

This commit is contained in:
sanjeev.p 2026-01-08 15:38:17 +05:30
parent 038bc94751
commit 7ac5001a4f

View File

@ -226,6 +226,7 @@ class DashboardController extends ResourceController
->where('pe.is_active', 1)
->where('ps.is_active', 1)
->where('pe.assigned_to IS NOT NULL')
->where('ps.name IS NOT NULL')
->where('pe.assigned_to !=', 0)
->groupBy('pe.assigned_to')
->orderBy('ps.name', 'ASC')