perabaikan team activity, form inspeksi rap,laporan memo, rap, resume dan penambahan basic data perizinan
This commit is contained in:
@@ -250,8 +250,9 @@ class ActivityController extends Controller
|
||||
])
|
||||
->whereHas('userPenilai', function ($q) use ($id) {
|
||||
$q->where('user_id', $id);
|
||||
})->whereHas('permohonan', function ($q) {
|
||||
$q->where('status', 'assign');
|
||||
})
|
||||
->whereHas('permohonan', function ($q) {
|
||||
$q->whereIn('status', ['assign', 'proses-laporan', 'done']);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user