option to move entries from one entity to another upon deletion (#409)
This commit is contained in:
@@ -763,7 +763,6 @@ class KimaiImporterCommand extends Command
|
||||
array $rates,
|
||||
?Project $project
|
||||
) {
|
||||
|
||||
$activityId = $oldActivity['activityID'];
|
||||
$projectId = null !== $project ? $project->getId() : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user