added multiple selection for problems

This commit is contained in:
Luca Haid
2025-08-26 13:02:22 +02:00
parent b912b4250d
commit 130cade86c
2 changed files with 27 additions and 1 deletions

View File

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