added multiple selection for problems
This commit is contained in:
@@ -329,7 +329,7 @@ class RMLWorkorderAdminController extends TTCrud
|
||||
|
||||
$preorder = new Preorder($workorder->preorderId);
|
||||
if ($preorder) {
|
||||
$preorder->status_id = 11; // Assuming 11 is the status for "fiber in building"
|
||||
$preorder->status_id = 15; // Assuming 11 is the status for "fiber in building"
|
||||
$preorder->edit_by = $this->user->id;
|
||||
$preorder->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user