mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Don't truncate task description in reports
This commit is contained in:
parent
d771c1073c
commit
779a5fc46c
@ -28,7 +28,7 @@ class TaskReport extends AbstractReport
|
||||
$task->client ? ($this->isExport ? $task->client->getDisplayName() : $task->client->present()->link) : trans('texts.unassigned'),
|
||||
link_to($task->present()->url, $task->getStartTime()),
|
||||
$task->present()->project,
|
||||
$task->present()->description,
|
||||
$task->description,
|
||||
Utils::formatTime($task->getDuration()),
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user