update
This commit is contained in:
@@ -2075,7 +2075,7 @@ class DokterController extends Controller
|
|||||||
$status = 'Sedang ID+AST';
|
$status = 'Sedang ID+AST';
|
||||||
}
|
}
|
||||||
Periksa::where('id', $nofoto)->update([
|
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]);
|
return response()->json(['icon' => 'success', 'warna' => '#1dcbbd', 'status' => 'Success', 'message' => $request->input('komponen') ?? ''.' '.$status]);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user