Skip to content

Commit

Permalink
Update carte.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 7, 2024
1 parent 43b68ef commit 1930d8f
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__FULLNAME__\n__ADDRESS__\n__ZIP__ __TOWN__\n__COUNTRY__";
$conf->global->ADHERENT_ETIQUETTE_TEXT = "__MEMBER_CIVILITY__\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 1930d8f

Please sign in to comment.