Bläddra i källkod

add project type in custome list controller

ifah
Siti Hajar Ibrahim 5 år sedan
förälder
incheckning
29717ab205
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5
    0
      app/Http/Controllers/CustomerService/CustomerController.php

+ 5
- 0
app/Http/Controllers/CustomerService/CustomerController.php Visa fil

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

Laddar…
Avbryt
Spara