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
change status of wo
hajar
Siti Hajar Ibrahim
5 years ago
parent
489cf8556e
commit
b45f673cd4
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
app/Http/Controllers/Controller.php
+ 2
- 0
app/Http/Controllers/Controller.php
View File
@@ -150,6 +150,8 @@ class Controller extends BaseController
public function getDatabase()
{
$wo = WorkOrder::where('wo','WO-15141')->first();
$wo->status = "Pending Contractor";
$wo->save();
return $wo;
}
Write
Preview
Loading…
Cancel
Save