Sorting laporan member dan perbaikan minor

This commit is contained in:
pand03
2026-02-27 08:15:38 +07:00
parent 945ab963c1
commit 5c522fdc2e
10 changed files with 688 additions and 65 deletions

View File

@@ -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()) {