Procházet zdrojové kódy

Edit business work-order

hajar
Siti Hajar Ibrahim před 5 roky
rodič
revize
7a5bbe7a0e

+ 4
- 3
app/Http/Controllers/CustomerService/CustomerController.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit