update
parent
6f952359b2
commit
16fc292e74
|
|
@ -118,7 +118,7 @@ class KuesionerController extends Controller
|
||||||
'tahun' => $row->tahun,
|
'tahun' => $row->tahun,
|
||||||
'alamat_sekolah' => $row->profile->alamat_sekolah,
|
'alamat_sekolah' => $row->profile->alamat_sekolah,
|
||||||
'penghargaan' => $penghargaan,
|
'penghargaan' => $penghargaan,
|
||||||
'status' => $status,
|
'status' => kuesionerLogStatus($row->KuseionerId),
|
||||||
'action' => $action,
|
'action' => $action,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue