From bc319d4d18db39a6feb44f1ac5ab4933fd275f9b Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 5 Aug 2015 18:57:54 +0530 Subject: [PATCH] minor fixes --- templates/CRM/Contact/Page/View/CustomData.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/CustomData.tpl b/templates/CRM/Contact/Page/View/CustomData.tpl index 71d69300f0..58167d6a07 100644 --- a/templates/CRM/Contact/Page/View/CustomData.tpl +++ b/templates/CRM/Contact/Page/View/CustomData.tpl @@ -26,7 +26,7 @@ {* template for custom data *} {assign var="customDataGroupName" value=$customDataGroup.name} {strip} - {if $displayStyle neq 'tableOriented' and $action eq 16 or $action eq 4} {* Browse or View actions *} + {if $displayStyle neq 'tableOriented' and ($action eq 16 or $action eq 4)} {* Browse or View actions *}
{include file="CRM/Custom/Page/CustomDataView.tpl"}
-- 2.25.1