#154 Logo name doesn't get replicated
This commit is contained in:
parent
c05b4aa575
commit
d7ba1d1077
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user