update
parent
14b8c0b38c
commit
5797df49d2
|
@ -82,7 +82,7 @@ class CSAKController extends Controller
|
|||
|
||||
$action = '';
|
||||
// permission('is_read', $this->route, 'module',true);
|
||||
if((permission('is_create', $this->route.'.*','module',true)) || (permission('is_update', $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