| @@ -234,6 +234,10 @@ class CustomerController extends Controller | |||
| } | |||
| $nP = ''; | |||
| $ptype = ''; | |||
| if(!empty($f->project_type)){ | |||
| $ptype = $f->project_type; | |||
| } | |||
| array_push($nested_data, array( | |||
| 'formT' => $n1.$i.$f->type_application, | |||
| @@ -242,6 +246,7 @@ class CustomerController extends Controller | |||
| 'phone' => $f->Subscriber->phone1, | |||
| 'unit' => $unit, | |||
| 'building' => $building, | |||
| 'projectT' => $ptype, | |||
| 'street' => $address, | |||
| // 'postcode' => $f->Subscriber->postcode, | |||
| // 'city' => $f->Subscriber->city, | |||