This commit is contained in:
Dwi Swandhana
2026-03-05 17:07:02 +07:00
parent d6824037d2
commit afa2aa1447
4 changed files with 19 additions and 6 deletions
@@ -3228,7 +3228,8 @@ class DokterController extends Controller
if (isset($periksa->id)){
Periksa::where('id', $periksa->id)->whereNull('status')->update([
'status' => 'Penerimaan Sampel',
'nmppdsjunior2' => Session('nama')
'nmppdsjunior2' => Session('nama'),
'updated_at' => date('Y-m-d').' 00:00:00',
]);
if ($kanan == ''){
$kolomttd = '<td><font color="grey">'.$nomor.'</font></td><td>&nbsp;</td>';