소스 검색

Edit business work-order

hajar
Siti Hajar Ibrahim 5 년 전
부모
커밋
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;

Loading…
취소
저장