Skip to content

Commit 1a87963

Browse files
fix: comment out triwulan filter in indexQuery method for TindakLanjut resource
1 parent f7d470b commit 1a87963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/TindakLanjut.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static function indexQuery(NovaRequest $request, $query)
190190
};
191191

192192
return $query->where('tahun', session('year'))
193-
->where('triwulan', $triwulan)
193+
// ->where('triwulan', $triwulan)
194194
->withCount(['perjanjianKinerja', 'pelaksanaanTindakLanjut']);
195195
}
196196
}

0 commit comments

Comments
 (0)