X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttReportHelper.class.php;h=088280ca0ec9cb2290059bfd86f5f11fbe597ab2;hb=148dd13e6cf7978bcb2103fe0bc75387b61b3b86;hp=1688abde3aad101956544023644066d4a02cc219;hpb=15361df3d667c9bfe0d0818eeb12c22170a77f73;p=timetracker.git 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);