Skip to content

Commit

Permalink
__MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ (#31721)
Browse files Browse the repository at this point in the history
For labels, __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__

Co-authored-by: Laurent Destailleur <[email protected]>
  • Loading branch information
AlainRnet and eldy authored Nov 7, 2024
1 parent d3c068f commit 7b3ace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/cartes/carte.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
// 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 = '';
Expand Down

0 comments on commit 7b3ace0

Please sign in to comment.