mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
parent
3d73ebffc3
commit
e5e341d100
|
|
@ -395,7 +395,7 @@ if (($action == 'send' || $action == 'relance') && !GETPOST('addfile') && !GETPO
|
|||
$object->sendtoid = $sendtoid; // To link to contact-addresses. This is an array.
|
||||
$object->actiontypecode = $actiontypecode; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
|
||||
$object->actionmsg = $message; // Long text
|
||||
$object->actionmsg2 = $actionmsg2; // Short text ($langs->transnoentities('MailSentBy')...);
|
||||
$object->actionmsg2 = $actionmsg2; // Short text ($langs->transnoentities('MailSentByTo')...);
|
||||
if (getDolGlobalString('MAIN_MAIL_REPLACE_EVENT_TITLE_BY_EMAIL_SUBJECT')) {
|
||||
$object->actionmsg2 = $subject; // Short text
|
||||
}
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ class PartnershipUtils
|
|||
$object->actiontypecode = $actiontypecode; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
|
||||
$object->actionmsg = $arraydefaultmessage->topic."\n".$arraydefaultmessage->content; // Long text
|
||||
$object->actionmsg2 = $langs->transnoentities("PartnershipSentByEMail", $object->ref);
|
||||
; // Short text ($langs->transnoentities('MailSentBy')...);
|
||||
; // Short text ($langs->transnoentities('MailSentByTo')...);
|
||||
if (getDolGlobalString('MAIN_MAIL_REPLACE_EVENT_TITLE_BY_EMAIL_SUBJECT')) {
|
||||
$object->actionmsg2 = $subject; // Short text
|
||||
}
|
||||
|
|
@ -434,7 +434,7 @@ class PartnershipUtils
|
|||
$object->actiontypecode = $actiontypecode; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
|
||||
$object->actionmsg = $arraydefaultmessage->topic."\n".$arraydefaultmessage->content; // Long text
|
||||
$object->actionmsg2 = $langs->transnoentities("PartnershipSentByEMail", $object->ref);
|
||||
; // Short text ($langs->transnoentities('MailSentBy')...);
|
||||
; // Short text ($langs->transnoentities('MailSentByTo')...);
|
||||
if (getDolGlobalString('MAIN_MAIL_REPLACE_EVENT_TITLE_BY_EMAIL_SUBJECT')) {
|
||||
$object->actionmsg2 = $subject; // Short text
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user