This commit is contained in:
Dwi Swandhana
2026-03-05 18:51:46 +07:00
parent c290ac693b
commit 5d6afc19af
@@ -924,8 +924,7 @@ class ReportController extends Controller
$printableIds = Periksa::whereIn('id', $ids) $printableIds = Periksa::whereIn('id', $ids)
->where(function ($query) { ->where(function ($query) {
$query->whereNull('ppdsjunior2') $query->whereNull('ppdsjunior2')
->orWhere('ppdsjunior2', '') ->orWhere('ppdsjunior2', 0);
->orWhere('ppdsjunior2', '0');
}) })
->pluck('id') ->pluck('id')
->toArray(); ->toArray();