Translation of event title for incoming email
Event title for incoming email is not translated while collected by cronjob. i.e : ActionAC_EMAIL_IN
This commit is contained in:
parent
9d5f6fbc1b
commit
d357715538
@ -966,7 +966,7 @@ class EmailCollector extends CommonObject
|
||||
|
||||
dol_syslog("EmailCollector::doCollectOneCollector start for id=".$this->id, LOG_DEBUG);
|
||||
|
||||
$langs->loadLangs(array("project", "companies", "mails", "errors", "ticket", "agenda"));
|
||||
$langs->loadLangs(array("project", "companies", "mails", "errors", "ticket", "agenda", "commercial"));
|
||||
|
||||
$error = 0;
|
||||
$this->output = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user