update
parent
cf61df0fa0
commit
14b8c0b38c
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue