Explorar el Código

see untagged form

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
446366d4e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php Ver fichero

@@ -20,7 +20,7 @@ class Controller extends BaseController
$untaggedform = Form::where('customer_category', null)->get();

foreach ($untaggedform as $key => $a) {
$work_order = WorkOrder::where('_id', $a->_id)->get();
$work_order = WorkOrder::where('_id', $a->_id)->first();
if(!empty($work_order)){
array_push($result, array(

Cargando…
Cancelar
Guardar