This commit is contained in:
Dwi Swandhana
2026-08-09 13:16:47 +07:00
parent 58e27eb92b
commit 550fc64763
2 changed files with 1 additions and 2 deletions
@@ -50,7 +50,6 @@ use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
class DokterController extends Controller
{
protected static function genSurat($id, $tabel){
$data = [];
$data['tabel'] = $tabel;
@@ -762,7 +761,6 @@ class DokterController extends Controller
'excutor' => Session('id'),
'status' => $statusdraft
]);
Log::info('GenerateHTMLFinal surat: ' . $kerja);
return response()->json(['icon' => 'success', 'status' => 'Success', 'message' => 'Draft Expertise Saved']);
case 'terimadendum':
$getid = Riwayat::where('keterangan', 'Adendum')->where('nofoto', $nofoto)->whereNull('verifikasi')->first();
@@ -7178,6 +7178,7 @@
hideAfter : 5000,
stack : 1
});
$("#gridadendum").jqxGrid('updatebounddata','filter');
return false;
},
error: function (xhr, status, error) {