From 8e8ef319864e71bc6a3ec655d6e39c298c0ff479 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 30 Aug 2017 20:30:29 +1200 Subject: [PATCH] CRM-21125 permit class assignment on reports Assists with dedupe analysis as I am using this to provide pop-ups on analysis reports rather than forcing click throughs to see more. https://github.com/civicrm/civicrm-core/pull/10922 Change-Id: I5369a58035fef294b58c2dd1a89519c069d46443 --- templates/CRM/Report/Form/Layout/Table.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Report/Form/Layout/Table.tpl b/templates/CRM/Report/Form/Layout/Table.tpl index b4cf6a7f614e..ae650d5ee6ca 100644 --- a/templates/CRM/Report/Form/Layout/Table.tpl +++ b/templates/CRM/Report/Form/Layout/Table.tpl @@ -110,9 +110,10 @@ {foreach from=$columnHeaders item=header key=field} {assign var=fieldLink value=$field|cat:"_link"} {assign var=fieldHover value=$field|cat:"_hover"} + {assign var=fieldClass value=$field|cat:"_class"} {if $row.$fieldLink} - + {/if} {if $row.$field eq 'Subtotal'}