document why there's two custom blocks
authorDemeritCowboy <demeritcowboy@hotmail.com>
Thu, 14 Nov 2019 23:26:25 +0000 (18:26 -0500)
committerDemeritCowboy <demeritcowboy@hotmail.com>
Thu, 14 Nov 2019 23:26:25 +0000 (18:26 -0500)
templates/CRM/Case/Form/Case.tpl

index dc768a492bb213532bf791f99da8a489258e7e89..d96b5cb26b7fd7a514acee464d8eb1570b66a554 100644 (file)
@@ -61,6 +61,7 @@
 {/if}
 
 {* custom data group *}
+{* This shows ACTIVITY custom fields, as opposed to CASE custom fields, so is not a duplicate of the other custom data block below. *}
 {if $groupTree}
     <tr>
        <td colspan="2">{include file="CRM/Custom/Form/CustomData.tpl"}</td>
@@ -97,6 +98,7 @@
     </tr>
 {/if}
 
+{* This shows CASE custom fields, as opposed to ACTIVITY custom fields, so is not a duplicate of the other custom data block above. *}
 <tr class="crm-case-form-block-custom_data">
     <td colspan="2">
       {include file="CRM/common/customDataBlock.tpl"}