Explorar el Código

add flag to find error

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
48486703c1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      app/Http/Controllers/DS/DealerController.php

+ 2
- 0
app/Http/Controllers/DS/DealerController.php Ver fichero

@@ -914,6 +914,7 @@ 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 != ''){
@@ -2087,6 +2088,7 @@ 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 != ''){

Cargando…
Cancelar
Guardar