From: jitendrapurohit Date: Wed, 5 Aug 2015 13:27:54 +0000 (+0530) Subject: minor fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bc319d4d18db39a6feb44f1ac5ab4933fd275f9b;p=civicrm-core.git minor fixes --- 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"}