diff --git a/Modules/Internal/Http/Controllers/Api/RequestLogController.php b/Modules/Internal/Http/Controllers/Api/RequestLogController.php index f7587603..35fc734e 100644 --- a/Modules/Internal/Http/Controllers/Api/RequestLogController.php +++ b/Modules/Internal/Http/Controllers/Api/RequestLogController.php @@ -434,7 +434,7 @@ class RequestLogController extends Controller // Update Request LOG untuk lanjut ke Final LOG // if (!empty($request->catatan)) { $requestLog->catatan = $request->catatan; - } + // } if (!empty($request->billing_no)) { $requestLog->billing_no = $request->billing_no; }