New: Add signature at end of predefined email text
This commit is contained in:
parent
0c225372d6
commit
daf2a19396
@ -1823,7 +1823,7 @@ if ($id > 0 || ! empty($ref))
|
||||
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__PROPREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
@ -2282,7 +2282,7 @@ else
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__ORDERREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
@ -3182,7 +3182,7 @@ else
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__FACREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires du post
|
||||
$formmail->param['action']=$action;
|
||||
|
||||
@ -1413,7 +1413,7 @@ else
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__SHIPPINGREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
@ -1286,7 +1286,7 @@ else if ($id > 0 || ! empty($ref))
|
||||
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__FICHINTERREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
@ -1687,7 +1687,7 @@ if ($id > 0 || ! empty($ref))
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__ORDERREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
@ -1936,7 +1936,7 @@ else
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__FACREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__SIGNATURE__']=$user->signature;
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user