+ if ($bean->getAttribute('chnote') && $item['note']) {
+ $html .= '<tr>';
+ $html .= "<td $styleRightAligned>".$i18n->get('label.note').'</td>';
+ $noteSpan = $colspan-1;
+ $html .= '<td colspan="'.$noteSpan.'">'.htmlspecialchars($item['note']).'</td>';
+ $html .= '</tr>';
+ }
+