From 94d4ec0206bf482f443216865f5bcc43b552df7c Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Tue, 20 Mar 2018 10:44:38 +0530 Subject: [PATCH] Fix table for Contribute --- templates/CRM/Contribute/Form/Selector.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/CRM/Contribute/Form/Selector.tpl b/templates/CRM/Contribute/Form/Selector.tpl index 8f6be6cac3..7d8c47b520 100644 --- a/templates/CRM/Contribute/Form/Selector.tpl +++ b/templates/CRM/Contribute/Form/Selector.tpl @@ -32,7 +32,9 @@ {if !$single and $context eq 'Search' } {$form.toggleSelect.html} {/if} + {if !$single} + {/if} {foreach from=$columnHeaders item=header} {if $header.sort} -- 2.25.1