main
Ilham Wara Nugroho 2026-01-19 09:27:27 +07:00
parent 6f952359b2
commit 16fc292e74
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class KuesionerController extends Controller
'tahun' => $row->tahun,
'alamat_sekolah' => $row->profile->alamat_sekolah,
'penghargaan' => $penghargaan,
'status' => $status,
'status' => kuesionerLogStatus($row->KuseionerId),
'action' => $action,
];