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
delete wo
hajar
Siti Hajar Ibrahim
5 years ago
parent
7d46e00d82
commit
ab1df7d8c1
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
@@ -149,7 +149,7 @@ class Controller extends BaseController
public function getDocketTest()
{
$wo = WorkOrder::where('wo','WO-15182')->
ge
t();
$wo = WorkOrder::where('wo','WO-15182')->
firs
t();
$wo->delete();
return $wo;
}
Write
Preview
Loading…
Cancel
Save