Просмотр исходного кода

undo info flag (error found)

ifah
Siti Hajar Ibrahim 5 лет назад
Родитель
Сommit
14a0b76257

+ 0
- 2
app/Http/Controllers/DS/DealerController.php Просмотреть файл

$nested_data = array(); $nested_data = array();
foreach ($dealer_claimAll as $c){ foreach ($dealer_claimAll as $c){
$customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first(); $customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first();
info($c->customer_id);
$address = ''; $address = '';
if($customer->Form->type_application == 'R'){ if($customer->Form->type_application == 'R'){
if($customer->street != ''){ if($customer->street != ''){
foreach ($dataClaim as $c){ foreach ($dataClaim as $c){


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


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

+ 0
- 1
app/Http/Controllers/DS/MarketingController.php Просмотреть файл

$nested_data = array(); $nested_data = array();
foreach ($dealer_claimAll as $c){ foreach ($dealer_claimAll as $c){
$customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first(); $customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first();
info($c->customer_id);
$address = ''; $name = ''; $address = ''; $name = '';
if($customer->Form->type_application == 'R'){ if($customer->Form->type_application == 'R'){
if($customer->street != ''){ if($customer->street != ''){

Загрузка…
Отмена
Сохранить