update
parent
31d3c2c5ac
commit
b2b37903f9
|
@ -779,10 +779,8 @@ if (!function_exists('formKriteria')) {
|
|||
$option = json_decode($data->option);
|
||||
$value = json_decode(@$penilaian->value);
|
||||
$valueOld = json_decode(@$penilaianOld->value);
|
||||
dd(@$value);
|
||||
|
||||
foreach($option as $keyOption => $dataOption){
|
||||
|
||||
if(@$value){
|
||||
if(in_array($dataOption, (is_array(@$value) ? @$value : array(@$value)))){
|
||||
$checked = 'checked';
|
||||
|
|
Loading…
Reference in New Issue