From 213a442f62431d0eec5ca3eb04f5370ba506a664 Mon Sep 17 00:00:00 2001 From: William Mortada Date: Fri, 26 Jan 2024 09:14:23 +0000 Subject: [PATCH] Invert logic for accordion open --- templates/CRM/Contact/Page/View/CustomDataView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/CustomDataView.tpl b/templates/CRM/Contact/Page/View/CustomDataView.tpl index e3b1752516..48608878c8 100644 --- a/templates/CRM/Contact/Page/View/CustomDataView.tpl +++ b/templates/CRM/Contact/Page/View/CustomDataView.tpl @@ -14,7 +14,7 @@ {assign var="count" value=$customGroupCount%2} {if ($count eq $side) or $skipTitle} {foreach from=$customValues item=cd_edit key=cvID} -
+
{$cd_edit.title} -- 2.25.1