IDEMPIERE-3749 Exception on create Request from mail / integrate patch from Евгений Куренский (ekurensky) - peer reviewed by Hiep Lq
This commit is contained in:
parent
71e8c2f878
commit
fce33028c3
|
@ -114,7 +114,7 @@ public class EmailSrv {
|
|||
if (lsContentTypeRaw != null){
|
||||
for (String contentType : lsContentTypeRaw){
|
||||
emailPartLogInfo.append (contentType);
|
||||
emailPartLogInfo.append (msg.getHeader("; "));
|
||||
emailPartLogInfo.append ("; ");
|
||||
}
|
||||
}
|
||||
emailPartLogInfo.append ("\r\n");
|
||||
|
|
Loading…
Reference in New Issue