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