ソースを参照

Edit business work-order

hajar
コミット
7a5bbe7a0e
1個のファイルの変更4行の追加3行の削除
  1. 4
    3
      app/Http/Controllers/CustomerService/CustomerController.php

+ 4
- 3
app/Http/Controllers/CustomerService/CustomerController.php ファイルの表示

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

読み込み中…
キャンセル
保存