From 1cebcdb8f8571d5d3cd69d9603209ea3d6a79db8 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Fri, 9 Jun 2023 12:32:18 +0700 Subject: [PATCH] update --- 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 7a9d489f..c339e819 100755 --- a/Modules/Internal/Http/Controllers/Api/ClaimController.php +++ b/Modules/Internal/Http/Controllers/Api/ClaimController.php @@ -350,7 +350,7 @@ class ClaimController extends Controller '', // Doctor Title $row['diagnoses']?$row['diagnoses'][0]['icd']['name']: '-', // Diagnosis $row['plan']?$row['plan']['service_code']: '', // Service Code - $row['plan']['type'], // ServiceType + $row['plan']?$row['plan']['type'] : '', // ServiceType $row['claim_request'] ? $row['claim_request']['service']['description'] : '', // ServiceDescription '', // UnitPrice '', // Quantity