Parcourir la source

change status of wo

hajar
Siti Hajar Ibrahim il y a 5 ans
Parent
révision
b45f673cd4
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      app/Http/Controllers/Controller.php

+ 2
- 0
app/Http/Controllers/Controller.php Voir le fichier

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

Chargement…
Annuler
Enregistrer