From db7d75b42ad4df35747b81977d233be27cf27a7d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 8 Dec 2014 22:50:05 -0500 Subject: [PATCH] CRM-13611 - Fix active tab on initial report display --- templates/CRM/Report/Form/Fields.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Report/Form/Fields.tpl b/templates/CRM/Report/Form/Fields.tpl index b143816ecc..77b86ece3d 100644 --- a/templates/CRM/Report/Form/Fields.tpl +++ b/templates/CRM/Report/Form/Fields.tpl @@ -93,7 +93,7 @@ CRM.$(function($) { $("#mainTabContainer").tabs({ collapsible: true, - active: {/literal}{if $rows}false{else}true{/if}{literal} + active: {/literal}{if $rows}false{else}0{/if}{literal} }); }); -- 2.25.1