IDEMPIERE-1899:EMail : Implement default mail text and allow images within message

This commit is contained in:
hieplq 2014-10-30 14:06:23 +07:00
parent 7b1ca03530
commit 167df1cee9
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ public class WEMailDialog extends Window implements EventListener<Event>, ValueC
lsPart.add(startString); lsPart.add(startString);
// no image in sign return origon // no image in sign return origon
if (lsPart.size() < 0){ if (lsPart.size() == 0 || lsImgSrc.size() == 0){
return origonSign; return origonSign;
} }