Ver código fonte

change status of wo

hajar
Siti Hajar Ibrahim 5 anos atrás
pai
commit
b45f673cd4
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      app/Http/Controllers/Controller.php

+ 2
- 0
app/Http/Controllers/Controller.php Ver arquivo

@@ -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;
}

Carregando…
Cancelar
Salvar