Browse Source

fix report

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

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

$labelD = ""; $labelD = "";
} }
$amount_claim = $f->Subscriber->DealerClaim->total_claim;
$amount_claim = $f->Subscriber->DealerClaim['total_claim'];


if(!empty($f->Subscriber) && !empty($f->PackageDetail)){ if(!empty($f->Subscriber) && !empty($f->PackageDetail)){

Loading…
Cancel
Save