Przeglądaj źródła

see untagged form

ifah
Siti Hajar Ibrahim 5 lat temu
rodzic
commit
446366d4e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php Wyświetl plik

@@ -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(

Ładowanie…
Anuluj
Zapisz