mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX getEmailTemplat() in sendEmailsReminder() reminder function
This commit is contained in:
parent
a8c9e76ef6
commit
13f91f1de8
|
|
@ -2005,7 +2005,7 @@ class ActionComm extends CommonObject
|
|||
|
||||
//Select email template
|
||||
$formmail = new FormMail($this->db);
|
||||
$arraymessage = $formmail->getEMailTemplate($this->db, 'actioncomm_send', $user, $langs, (!empty($actionCommReminder->fk_email_template)) ? $actionCommReminder->fk_email_template : 0, 1, '(SendingReminderActionComm)');
|
||||
$arraymessage = $formmail->getEMailTemplate($this->db, 'actioncomm_send', $user, $langs, (!empty($actionCommReminder->fk_email_template)) ? $actionCommReminder->fk_email_template : -1, 1);
|
||||
|
||||
$res = $this->fetch($actionCommReminder->fk_actioncomm);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user