Browse Source

fix report

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

@@ -139,7 +139,7 @@ class FormController extends BaseController
$address = $f->Subscriber->postcode. ' , '.$f->Subscriber->city. ' , '.$f->Subscriber->state;
}

$woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate=""; $amount_claim="";
$woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate="";
if(!empty($f->WorkOrder)){
$woId = $f->WorkOrder->wo;
$natureWork = $f->WorkOrder->nature_work;

Loading…
Cancel
Save