update
This commit is contained in:
@@ -412,7 +412,7 @@ class ListController extends Controller
|
||||
$q->where(function($sub) {
|
||||
$sub->whereNotIn('status', ['Selesai', 'Arsip'])
|
||||
->where('status', 'not like', 'Dibatalkan%');
|
||||
})->orWhereNull('status');
|
||||
});
|
||||
});
|
||||
} else if ($jenis == 'ThisDayPendaftaran') {
|
||||
$arraylist = $arraylist->whereDate('daftar', Carbon::today());
|
||||
|
||||
Reference in New Issue
Block a user