mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
NEW Add substitution key __SENDEREMAIL_SIGNATURE__
This commit is contained in:
@@ -295,6 +295,7 @@ if ($mode != 'focus' && $mode != 'mandatory') {
|
||||
if ($mode != 'sortorder') {
|
||||
$substitutionarray = getCommonSubstitutionArray($langs, 2, array('object', 'objectamount')); // Must match list into GETPOST
|
||||
unset($substitutionarray['__USER_SIGNATURE__']);
|
||||
unset($substitutionarray['__SENDEREMAIL_SIGNATURE__']);
|
||||
$texthelp = $langs->trans("FollowingConstantsWillBeSubstituted").'<br>';
|
||||
foreach ($substitutionarray as $key => $val) {
|
||||
$texthelp .= $key.' -> '.$val.'<br>';
|
||||
|
||||
Reference in New Issue
Block a user