Explorar el Código

get database

hajar
Siti Hajar Ibrahim hace 5 años
padre
commit
de705e52e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php Ver fichero

@@ -120,7 +120,7 @@ class Controller extends BaseController

public function getDatabase(Request $request)
{
$work_order = WorkOrder::where('wo', 'like', 'W0-1562')->first();
$work_order = WorkOrder::where('wo', $request->wo)->first();

return $work_order;
}

Cargando…
Cancelar
Guardar