Browse Source

fix report

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
499115997d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Http/Controllers/Api/FormController.php

+ 0
- 1
app/Http/Controllers/Api/FormController.php View File

@@ -119,7 +119,6 @@ class FormController extends BaseController
$labelD = "";
}

$amount_claim="";
if(!empty($f->Subscriber) && !empty($f->PackageDetail)){
if(!empty($f->Subscriber->DealerClaim)){
$amount_claim = $f->Subscriber->DealerClaim->total_claim;

Loading…
Cancel
Save