| @@ -140,7 +140,7 @@ class FormController extends BaseController | |||
| $address = $f->Subscriber->postcode. ' , '.$f->Subscriber->city. ' , '.$f->Subscriber->state; | |||
| } | |||
| $woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate=""; | |||
| $woD = '-'; $woId = 'none'; $natureWork = ''; $doId = ''; $woRate="";$installerId=""; | |||
| if(!empty($f->WorkOrder)){ | |||
| $woId = $f->WorkOrder->wo; | |||
| $natureWork = $f->WorkOrder->nature_work; | |||