From 0b3131fb627dee31dc7639da680967c9cc810293 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 16 Sep 2014 16:00:38 +0530 Subject: [PATCH] CRM-15313 fix - Disabling/Enabling Report Template results into "Error: Unkown Entity Type" https://issues.civicrm.org/jira/browse/CRM-15313 --- templates/CRM/Report/Page/Options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Report/Page/Options.tpl b/templates/CRM/Report/Page/Options.tpl index e4898a0ae6..ec693677e2 100644 --- a/templates/CRM/Report/Page/Options.tpl +++ b/templates/CRM/Report/Page/Options.tpl @@ -56,7 +56,7 @@ {foreach from=$rows item=row} - + {$row.label} {$row.value} {$row.description} -- 2.25.1