bugs fixi di production

This commit is contained in:
Linksehat Staging Server
2024-03-05 13:20:35 +07:00
parent c1b1270972
commit 3fbc4c2cd1
6 changed files with 71 additions and 68 deletions

View File

@@ -401,9 +401,9 @@ class RequestLogController extends Controller
// Update Request LOG untuk lanjut ke Final LOG
if (!empty($request->catatan)) {
// if (!empty($request->catatan)) {
$requestLog->catatan = $request->catatan;
}
// }
if ($request->discharge_date) {
$requestLog->discharge_date = $request->discharge_date;
}