Merge branch 'fronkdev' into 'master'

Fixed not saving workorder after creation

See merge request fronk/thetool!64
This commit is contained in:
Frank Schubert
2023-08-09 07:50:56 +00:00

View File

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