From 6d686296ccea43db9daf41f493918d0bff7048f7 Mon Sep 17 00:00:00 2001 From: francescbassas Date: Thu, 14 Jul 2016 13:12:36 +0200 Subject: [PATCH] Always build contact subtype field If a contact subtype can be of more contact subtypes then make sense to always show contact subtype on form contact. --- templates/CRM/Contact/Form/Edit/Individual.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Edit/Individual.tpl b/templates/CRM/Contact/Form/Edit/Individual.tpl index 4c97ead2d1..9c4955e3d3 100644 --- a/templates/CRM/Contact/Form/Edit/Individual.tpl +++ b/templates/CRM/Contact/Form/Edit/Individual.tpl @@ -124,10 +124,8 @@ CRM.$(function($) { {$form.nick_name.html} - {if $buildContactSubType} {$form.contact_sub_type.label}
{$form.contact_sub_type.html} - {/if} -- 2.25.1