Ver código fonte

see unatgged form

ifah
Siti Hajar Ibrahim 5 anos atrás
pai
commit
0f90e27a9a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      app/Http/Controllers/Controller.php

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

@@ -22,7 +22,7 @@ class Controller extends BaseController
foreach ($untaggedform as $key => $a) {
$work_order = WorkOrder::where('_id', $a->_id)->get();

if(!empty($work_order)){
if(!empty($work_order->wo)){
dd($work_order);
array_push($result, array(
'wo' => $work_order->wo,

Carregando…
Cancelar
Salvar