From: Nik Okuntseff Date: Sun, 14 Apr 2019 19:07:56 +0000 (+0000) Subject: Forgot to check in one file. X-Git-Tag: timetracker_1.19-1~93 X-Git-Url: http://wagnertech.de/git?p=timetracker.git;a=commitdiff_plain;h=148dd13e6cf7978bcb2103fe0bc75387b61b3b86 Forgot to check in one file. --- diff --git a/WEB-INF/lib/ttReportHelper.class.php b/WEB-INF/lib/ttReportHelper.class.php index 1688abde..088280ca 100644 --- a/WEB-INF/lib/ttReportHelper.class.php +++ b/WEB-INF/lib/ttReportHelper.class.php @@ -737,8 +737,8 @@ class ttReportHelper { $isClient = $user->isClient(); $config = new ttConfigHelper($user->getConfig()); - $show_note_column = $bean->getAttribute('chnote') && !$config->getDefinedValue('report_note_on_separate_row'); - $show_note_row = $bean->getAttribute('chnote') && $config->getDefinedValue('report_note_on_separate_row'); + $show_note_column = $options['show_note'] && !$config->getDefinedValue('report_note_on_separate_row'); + $show_note_row = $options['show_note'] && $config->getDefinedValue('report_note_on_separate_row'); $items = ttReportHelper::getItems($options); $grouping = ttReportHelper::grouping($options);