IDEMPIERE-1899:EMail : Implement default mail text and allow images within message
This commit is contained in:
parent
7b1ca03530
commit
167df1cee9
|
@ -718,7 +718,7 @@ public class WEMailDialog extends Window implements EventListener<Event>, ValueC
|
|||
lsPart.add(startString);
|
||||
|
||||
// no image in sign return origon
|
||||
if (lsPart.size() < 0){
|
||||
if (lsPart.size() == 0 || lsImgSrc.size() == 0){
|
||||
return origonSign;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue