Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
muadzmi02
/
allo
forkeado de
SwissLink/allo
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
change status of wo
hajar
Siti Hajar Ibrahim
hace 5 años
padre
489cf8556e
commit
b45f673cd4
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
app/Http/Controllers/Controller.php
+ 2
- 0
app/Http/Controllers/Controller.php
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar