From 69ac487a1cf785b4ab4ae0f402b5a470ae226ae9 Mon Sep 17 00:00:00 2001 From: DemeritCowboy 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 dc768a492b..d96b5cb26b 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} {include file="CRM/Custom/Form/CustomData.tpl"} @@ -97,6 +98,7 @@ {/if} +{* This shows CASE custom fields, as opposed to ACTIVITY custom fields, so is not a duplicate of the other custom data block above. *} {include file="CRM/common/customDataBlock.tpl"} -- 2.25.1