소스 검색

edit typo

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
645a330de2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Controllers/DS/MarketingController.php

+ 1
- 1
app/Http/Controllers/DS/MarketingController.php 파일 보기

@@ -2330,7 +2330,7 @@ class MarketingController extends Controller
foreach ($data12_1 as $key => $d) {

$customer = Subscriber::with('Form')->where('_id', $d['customer_id'])->first();
$address = ''; $$name = '';
$address = ''; $name = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){
$address = $customer->unit_no. ' , '.$customer->building_name. ' , '.$customer->street. ' , '.$customer->postcode. ' , '.$customer->city. ' , '.$customer->state;

Loading…
취소
저장