added global activity support in importer (#402)

This commit is contained in:
Kevin Papst
2018-11-10 03:05:33 +01:00
committed by GitHub
parent 0a1c2d8440
commit b012b7170b
3 changed files with 48 additions and 27 deletions

View File

@@ -135,7 +135,7 @@ trait RendererTrait
}
$activity = $timesheet->getActivity();
$project = $activity->getProject();
$project = $timesheet->getProject();
$customer = $project->getCustomer();
return [