소스 검색

flag check error in Marketing Controller

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

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

@@ -1754,6 +1754,7 @@ class MarketingController extends Controller
$nested_data = array();
foreach ($dealer_claimAll as $c){
$customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first();
info($c->customer_id);
$address = ''; $name = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){

Loading…
취소
저장