mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Trans: Update language files
New: Prepare code to allow any module to change/add content of predefined mail and signature.
This commit is contained in:
@@ -2282,6 +2282,8 @@ else
|
||||
$formmail->withcancel=1;
|
||||
// Tableau des substitutions
|
||||
$formmail->substit['__ORDERREF__']=$object->ref;
|
||||
$formmail->substit['__SIGNATURE__']='';
|
||||
$formmail->substit['__PERSONALIZED__']='';
|
||||
// Tableau des parametres complementaires
|
||||
$formmail->param['action']='send';
|
||||
$formmail->param['models']='order_send';
|
||||
|
||||
Reference in New Issue
Block a user