Parcourir la source

fix report

ifah
Siti Hajar Ibrahim il y a 5 ans
Parent
révision
d0f0df09c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/Http/Controllers/Api/FormController.php

+ 1
- 1
app/Http/Controllers/Api/FormController.php Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer