Fixed not saving workorder after creation

This commit is contained in:
Frank Schubert
2023-08-09 09:49:34 +02:00
parent 9f051b4cf3
commit 34ede6ca0e

View File

@@ -620,6 +620,7 @@ class PreordercampaignController extends mfBaseController {
"adb_wohneinheit_id" => $preorder->adb_wohneinheit_id,
"create_data" => $response
]);
$wo->save();
$workorders_created++;
}