20250420 #156

Merged
nisse merged 5 commits from development into main 2025-04-20 19:21:57 +02:00
Showing only changes of commit d7ba1d1077 - Show all commits

View File

@ -200,6 +200,7 @@ protected function getHeaderActions(): array
foreach ($this->record->productServices as $service) {
/** @var ServiceFile $newServiceFile */
$newServiceFile = $service->serviceFile->replicate();
$newServiceFile->save();
$newService = $service->replicate();
$newService->order_id = $replica->id;