mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
__MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ (#31721)
For labels, __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
parent
d3c068f67e
commit
7b3ace0c3e
|
|
@ -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 = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user