From 69ac487a1cf785b4ab4ae0f402b5a470ae226ae9 Mon Sep 17 00:00:00 2001
From: DemeritCowboy <demeritcowboy@hotmail.com>
Date: Thu, 14 Nov 2019 18:26:25 -0500
Subject: [PATCH] document why there's two custom blocks

---
 templates/CRM/Case/Form/Case.tpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/CRM/Case/Form/Case.tpl b/templates/CRM/Case/Form/Case.tpl
index dc768a492bb2..d96b5cb26b7f 100644
--- a/templates/CRM/Case/Form/Case.tpl
+++ b/templates/CRM/Case/Form/Case.tpl
@@ -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"}