Explorar el Código

Edit business work-order

hajar
Siti Hajar Ibrahim hace 5 años
padre
commit
7a5bbe7a0e
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4
    3
      app/Http/Controllers/CustomerService/CustomerController.php

+ 4
- 3
app/Http/Controllers/CustomerService/CustomerController.php Ver fichero

@@ -506,9 +506,10 @@ class CustomerController extends Controller
$state = $cov->state;
}else {
$building = $request->building;
$postcode = '-';
$city = '-';
$state = '-';
$street = $request->address;
$postcode = $request->postcode;
$city = $request->city;
$state = $request->state;
}

$form->company_reg = $request->company_reg;

Cargando…
Cancelar
Guardar