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

No files matched your search

@@ -50,7 +50,6 @@ use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
class DokterController extends Controller class DokterController extends Controller
{ {
protected static function genSurat($id, $tabel){ protected static function genSurat($id, $tabel){
$data = []; $data = [];
$data['tabel'] = $tabel; $data['tabel'] = $tabel;
@@ -762,7 +761,6 @@ class DokterController extends Controller
'excutor' => Session('id'), 'excutor' => Session('id'),
'status' => $statusdraft 'status' => $statusdraft
]); ]);
Log::info('GenerateHTMLFinal surat: ' . $kerja);
return response()->json(['icon' => 'success', 'status' => 'Success', 'message' => 'Draft Expertise Saved']); return response()->json(['icon' => 'success', 'status' => 'Success', 'message' => 'Draft Expertise Saved']);
case 'terimadendum': case 'terimadendum':
$getid = Riwayat::where('keterangan', 'Adendum')->where('nofoto', $nofoto)->whereNull('verifikasi')->first(); $getid = Riwayat::where('keterangan', 'Adendum')->where('nofoto', $nofoto)->whereNull('verifikasi')->first();
@@ -7178,6 +7178,7 @@
hideAfter : 5000, hideAfter : 5000,
stack : 1 stack : 1
}); });
$("#gridadendum").jqxGrid('updatebounddata','filter');
return false; return false;
}, },
error: function (xhr, status, error) { error: function (xhr, status, error) {