Skip to content
Snippets Groups Projects
Commit 69bda506 authored by colemanw's avatar colemanw
Browse files

Merge pull request #1193 from mlutfy/4.3-crm13082

CRM-13082: avoid showing twice custom fields for Case Activity form.
parents 79880e1b 1c0e2c21
No related branches found
No related tags found
No related merge requests found
......@@ -300,11 +300,12 @@
{include file="CRM/common/customData.tpl"}
{literal}
<script type="text/javascript">
cj(document).ready(function() {
cj(function() {
{/literal}
CRM.buildCustomData( '{$customDataType}' );
{if $customDataSubType}
CRM.buildCustomData( '{$customDataType}', {$customDataSubType} );
{else}
CRM.buildCustomData( '{$customDataType}' );
{/if}
{literal}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment