From 7b3ace0c3ee77a1ff7dd63918783a93307a736b1 Mon Sep 17 00:00:00 2001 From: Alain Rihs Date: Thu, 7 Nov 2024 17:33:33 +0100 Subject: [PATCH] __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ (#31721) For labels, __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ Co-authored-by: Laurent Destailleur --- htdocs/adherents/cartes/carte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/cartes/carte.php b/htdocs/adherents/cartes/carte.php index 877e7632911..c9d8f60732d 100644 --- a/htdocs/adherents/cartes/carte.php +++ b/htdocs/adherents/cartes/carte.php @@ -205,7 +205,7 @@ if ((!empty($foruserid) || !empty($foruserlogin) || !empty($mode)) && !$mesg) { // For labels if ($mode == 'label') { if (!getDolGlobalString('ADHERENT_ETIQUETTE_TEXT')) { - $conf->global->ADHERENT_ETIQUETTE_TEXT = "__MEMBER_CIVILITY__\n__MEMBER_FULLNAME__\n__MEMBER_ADDRESS__\n__MEMBER_ZIP__ __MEMBER_TOWN__\n__MEMBER_COUNTRY__"; + $conf->global->ADHERENT_ETIQUETTE_TEXT = "__MEMBER_TITLE__\n__MEMBER_FULLNAME__\n__MEMBER_ADDRESS__\n__MEMBER_ZIP__ __MEMBER_TOWN__\n__MEMBER_COUNTRY__"; } $textleft = make_substitutions(getDolGlobalString('ADHERENT_ETIQUETTE_TEXT'), $substitutionarray); $textheader = '';