update
This commit is contained in:
@@ -409,7 +409,8 @@ class ListController extends Controller
|
|||||||
if ($jenis == 'ThisDay') {
|
if ($jenis == 'ThisDay') {
|
||||||
$arraylist = $arraylist->where(function($q) {
|
$arraylist = $arraylist->where(function($q) {
|
||||||
$q->where(function($sub) {
|
$q->where(function($sub) {
|
||||||
$sub->whereNotIn('status', ['Selesai', 'Arsip'])
|
$sub->whereNotNull('status')
|
||||||
|
->whereNotIn('status', ['Selesai', 'Arsip', 'Penerimaan Sampel'])
|
||||||
->where('status', 'not like', 'Dibatalkan%');
|
->where('status', 'not like', 'Dibatalkan%');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user