Parcourir la source

see untagged form

ifah
Siti Hajar Ibrahim il y a 4 ans
Parent
révision
b82fd98ce0
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1
    3
      app/Http/Controllers/Controller.php

+ 1
- 3
app/Http/Controllers/Controller.php Voir le fichier

@@ -21,10 +21,8 @@ class Controller extends BaseController

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

Chargement…
Annuler
Enregistrer