From 2d938578ec5d161aebb2f760db4ec2b279d4110c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 14 Oct 2019 13:33:18 -0400 Subject: [PATCH] Update to add in salutation. For new field --- glm-member-db-contacts/views/front/contacts/list.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 1a170b4..bd4228e 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -87,7 +87,7 @@ and open the template in the editor. {/if}

- {$contact.fname} {$contact.lname}{if $cgcs == 'Yes'}, CGCS{/if} + {if !empty($contact.business_salutation)}{$contact.business_salutation}{/if} {$contact.fname} {$contact.lname}{if $cgcs == 'Yes'}, CGCS{/if}

diff --git a/style.css b/style.css index fb9d293..ea7e30a 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MiGCSA Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MiGCSA -Version: 1.0.25 +Version: 1.0.26 */ -- 2.17.1