update
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user