From 148dd13e6cf7978bcb2103fe0bc75387b61b3b86 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 14 Apr 2019 19:07:56 +0000 Subject: [PATCH] Forgot to check in one file. --- WEB-INF/lib/ttReportHelper.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1