minor fixes
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 5 Aug 2015 13:27:54 +0000 (18:57 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 5 Aug 2015 13:27:54 +0000 (18:57 +0530)
templates/CRM/Contact/Page/View/CustomData.tpl

index 71d69300f0c4fb9b94ebfb5248d06b1c6db8ac96..58167d6a07affd38594f94198a968ac180804033 100644 (file)
@@ -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 *}
     <div class="form-item">
       {include file="CRM/Custom/Page/CustomDataView.tpl"}
     </div>