From 1db1c20531ffa94773225ec3a15477ed49184c85 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Fri, 9 Jun 2023 12:29:29 +0700 Subject: [PATCH] update claim --- Modules/Internal/Http/Controllers/Api/ClaimController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Internal/Http/Controllers/Api/ClaimController.php b/Modules/Internal/Http/Controllers/Api/ClaimController.php index a0e2c3c9..7a9d489f 100755 --- a/Modules/Internal/Http/Controllers/Api/ClaimController.php +++ b/Modules/Internal/Http/Controllers/Api/ClaimController.php @@ -349,7 +349,7 @@ class ClaimController extends Controller '', // Treating Doctor Name '', // Doctor Title $row['diagnoses']?$row['diagnoses'][0]['icd']['name']: '-', // Diagnosis - $row['plan']['service_code']?$row['plan']['service_code']: '', // Service Code + $row['plan']?$row['plan']['service_code']: '', // Service Code $row['plan']['type'], // ServiceType $row['claim_request'] ? $row['claim_request']['service']['description'] : '', // ServiceDescription '', // UnitPrice