From: William Mortada Date: Fri, 26 Jan 2024 09:14:23 +0000 (+0000) Subject: Invert logic for accordion open X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=213a442f62431d0eec5ca3eb04f5370ba506a664;p=civicrm-core.git Invert logic for accordion open --- 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}