CRM-12170 : fix for header shift and incorrect showing of contact type in listing
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Fri, 22 Mar 2013 16:48:02 +0000 (22:18 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Fri, 22 Mar 2013 16:48:02 +0000 (22:18 +0530)
templates/CRM/Contact/Form/Selector.tpl

index 7df3c0263df83cdc862d04ba7edb212d2fd77c48..5eaf6d57683db224c5c971b148ccb9bd22ccaf2e 100644 (file)
               </td>
            {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")}
                  <td>{$value}&nbsp;</td>
                 {/if}
               {/foreach}