main
ilhamwara 2025-08-04 10:13:13 +07:00
parent cf61df0fa0
commit 14b8c0b38c
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ class CSAKController extends Controller
foreach ($kuesioner as $key => $row) {
$action = '';
if((permission('is_create', $this->route.'.*','module',false)) || (permission('is_update', $this->route.'.*','module',false))){
// permission('is_read', $this->route, 'module',true);
if((permission('is_create', $this->route.'.*','module',true)) || (permission('is_update', $this->route.'.*','module',true))){
if($row->status == 3){
$action .= '<a href="'.url('usulan/csak/update/'.encode_id($row->ms_sekolah_id)).'" data-toggle="tooltip" title="View Data" class="btn btn-xs btn-block btn-primary"><i class="fal fa-edit text-white"></i></a>';
}