This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
see untagged form
ifah
Siti Hajar Ibrahim
4 years ago
parent
92443aa312
commit
307f38dd99
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app/Http/Controllers/Controller.php
+ 1
- 1
app/Http/Controllers/Controller.php
View File
@@ -21,7 +21,7 @@ class Controller extends BaseController
foreach ($untaggedform as $key => $a) {
$work_order = WorkOrder::where('_id', $a->_id)->get();
dd($
unt
a
ggedform
);
dd($a);
if(!empty($work_order)){
dd($work_order);
Write
Preview
Loading…
Cancel
Save