From 833e158c1964b410b8f965757c2b99c9a83ea4e4 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Tue, 13 Jan 2026 10:33:01 +0700 Subject: [PATCH] update cek invoice jg --- .../Internal/Http/Controllers/Api/InvoicePaymentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Internal/Http/Controllers/Api/InvoicePaymentController.php b/Modules/Internal/Http/Controllers/Api/InvoicePaymentController.php index 55d361c2..08dd2689 100644 --- a/Modules/Internal/Http/Controllers/Api/InvoicePaymentController.php +++ b/Modules/Internal/Http/Controllers/Api/InvoicePaymentController.php @@ -222,7 +222,7 @@ class InvoicePaymentController extends Controller '), DB::raw(' (Select SUM(request_log_benefits.amount_approved) as tot_bill FROM request_log_benefits - WHERE request_log_benefits.request_log_id = request_logs.id LIMIT 1) AS tot_bill + WHERE request_log_benefits.request_log_id = request_logs.id and deleted_by is null) AS tot_bill '), 'claim_requests.status_claim_management as status', )