added global activity support in importer (#402)
This commit is contained in:
@@ -135,7 +135,7 @@ trait RendererTrait
|
||||
}
|
||||
|
||||
$activity = $timesheet->getActivity();
|
||||
$project = $activity->getProject();
|
||||
$project = $timesheet->getProject();
|
||||
$customer = $project->getCustomer();
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user