Merge remote-tracking branch 'origin/temp' into fix/sertipikat-pemohon-surveyor

This commit is contained in:
majid
2025-03-06 05:28:30 +07:00
3 changed files with 145 additions and 97 deletions

View File

@@ -89,7 +89,7 @@
'jenis_legalitas_jaminan_id' => $value,
'name' => $request->name[$key],
'keterangan' => $request->keterangan[$key],
'details' => isset($request->custom_field[$value]) ? json_encode($request->custom_field[$value]) : ''
'details' => isset($request->custom_field[$key]) ? json_encode($request->custom_field[$key]) : ''
];
$dokumenJaminan = [];