瀏覽代碼

Merge branch 'master' into hajar

ifah
Siti Hajar Ibrahim 5 年之前
父節點
當前提交
2949e822ef
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      app/Http/Controllers/DS/DealerController.php

+ 0
- 2
app/Http/Controllers/DS/DealerController.php 查看文件

@@ -849,7 +849,6 @@ class DealerController 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 = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){
@@ -2023,7 +2022,6 @@ class DealerController extends Controller
foreach ($dataClaim as $c){

$address = ''; $name = '';
info($c->Subscriber->_id);
if($c->Subscriber->Form->type_application == 'R'){

if($c->Subscriber->street != ''){

Loading…
取消
儲存