This commit is contained in:
Dwi Swandhana
2026-08-05 15:45:34 +07:00
parent 136470d4ba
commit 3e6b70d7bd
@@ -2075,7 +2075,7 @@ class DokterController extends Controller
$status = 'Sedang ID+AST';
}
Periksa::where('id', $nofoto)->update([
'status' => $status,
'status' => $this->resolvePeriksaHierarchyStatus($status, $status),
]);
return response()->json(['icon' => 'success', 'warna' => '#1dcbbd', 'status' => 'Success', 'message' => $request->input('komponen') ?? ''.' '.$status]);
} catch (Exception $e) {