Explorar el Código

edit calling created_by method in marketing controller

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
ed12330328
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

@@ -1638,7 +1638,7 @@ class MarketingController extends Controller
$product = $product->package_name;
}

$created_by = Staff::with('StaffDetail')->find($wo->created_by)->first();
$created_by = Staff::with('StaffDetail')->where("_id",$wo->created_by)->first();
if(empty($created_by)){
$created_by = '';
}

Cargando…
Cancelar
Guardar