From 2c9332fe8356f4772542e79533cbd29c984822b0 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Sat, 9 Mar 2013 09:44:37 -0800 Subject: [PATCH] fix CRM-12080 --- templates/CRM/Contact/Page/View/GroupContact.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Page/View/GroupContact.tpl b/templates/CRM/Contact/Page/View/GroupContact.tpl index 8564f898df..cee0b16ce9 100644 --- a/templates/CRM/Contact/Page/View/GroupContact.tpl +++ b/templates/CRM/Contact/Page/View/GroupContact.tpl @@ -23,9 +23,8 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -
-{if $groupCount eq 0 } +{if $groupCount eq 0 AND ! $groupSmart AND ! $groupParent}
 {ts}This contact does not currently belong to any groups.{/ts}
-- 2.25.1