From bec92fc6417fb7f1b2f7ab944d4a872721d4ee38 Mon Sep 17 00:00:00 2001 From: Linksehat Staging Server Date: Tue, 28 May 2024 10:56:03 +0700 Subject: [PATCH] update catatan --- Modules/Internal/Http/Controllers/Api/RequestLogController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }