Explorar el Código

edit typo

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
645a330de2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/DS/MarketingController.php

+ 1
- 1
app/Http/Controllers/DS/MarketingController.php Ver fichero

@@ -2330,7 +2330,7 @@ class MarketingController extends Controller
foreach ($data12_1 as $key => $d) {

$customer = Subscriber::with('Form')->where('_id', $d['customer_id'])->first();
$address = ''; $$name = '';
$address = ''; $name = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){
$address = $customer->unit_no. ' , '.$customer->building_name. ' , '.$customer->street. ' , '.$customer->postcode. ' , '.$customer->city. ' , '.$customer->state;

Cargando…
Cancelar
Guardar