From 47e85575fe650ed6ab3b57f8941d00973825fd96 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Fri, 22 Mar 2013 22:18:02 +0530 Subject: [PATCH] CRM-12170 : fix for header shift and incorrect showing of contact type in listing --- templates/CRM/Contact/Form/Selector.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Selector.tpl b/templates/CRM/Contact/Form/Selector.tpl index 7df3c0263d..5eaf6d5768 100644 --- a/templates/CRM/Contact/Form/Selector.tpl +++ b/templates/CRM/Contact/Form/Selector.tpl @@ -133,7 +133,7 @@ {else} {foreach from=$row item=value key=key} - {if ($key neq "checkbox") and ($key neq "action") and ($key neq "contact_type") and ($key neq "contact_sub_type") and ($key neq "status") and ($key neq "sort_name") and ($key neq "contact_id")} + {if ($key neq "checkbox") and ($key neq "action") and ($key neq "contact_type") and ($key neq "contact_sub_type") and ($key neq "status") and ($key neq "sort_name") and ($key neq "contact_id") and ($key neq "contact_type_orig")} {$value}  {/if} {/foreach} -- 2.25.1