Browse Source

undo info flag (error found)

ifah
Siti Hajar Ibrahim 4 years ago
parent
commit
14a0b76257

+ 0
- 2
app/Http/Controllers/DS/DealerController.php View File

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

+ 0
- 1
app/Http/Controllers/DS/MarketingController.php View File

@@ -1754,7 +1754,6 @@ 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…
Cancel
Save