fixed workorder stuff

This commit is contained in:
Luca Haid
2025-11-12 14:48:56 +01:00
parent d084235f88
commit a0f5a22ced

View File

@@ -181,6 +181,7 @@ class WorkorderBaseController extends TTCrud
$new['deadlineDate'] = null;
$new['appointmentDate'] = null;
$new['clusterId'] = $preorder->preordercampaign_id;
WorkorderModel::update($new);
WorkorderJournalModel::create([
'workorderId' => $existingWorkorder['id'],