Sorting laporan member dan perbaikan minor
This commit is contained in:
@@ -53,7 +53,8 @@ public function dataStiker(Request $request)
|
||||
)
|
||||
->when($request->jenis_stiker, fn ($q, $v) =>
|
||||
$q->whereIn('a.unit_kerja', $v)
|
||||
);
|
||||
)
|
||||
->orderBy('a.nama');
|
||||
|
||||
// 🪵 Debug (aktifkan hanya saat local)
|
||||
if (app()->isLocal()) {
|
||||
|
||||
Reference in New Issue
Block a user