Browse Source

fix report

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
d9c1e41d13
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

@@ -189,7 +189,7 @@ class FormController extends BaseController
"Service Type" => $natureWork,
"Building"=>$building,
"Rating" => $woRate,
"Claim Amount" => $amount_claim,
"Claim Amount" => $amount_claim->total_claim,
));
}


Loading…
Cancel
Save