fixes IDEMPIERE-46 - Add Parse functionality to Document Value workflow

http://jira.idempiere.com/browse/IDEMPIERE-46
This commit is contained in:
Carlos Ruiz 2011-07-26 07:54:47 -05:00
parent bededbe348
commit 8af6b94378
1 changed files with 1 additions and 0 deletions

View File

@ -1106,6 +1106,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
{ {
MClient client = MClient.get(getCtx(), getAD_Client_ID()); MClient client = MClient.get(getCtx(), getAD_Client_ID());
MMailText mailtext = new MMailText(getCtx(),getNode().getR_MailText_ID(),null); MMailText mailtext = new MMailText(getCtx(),getNode().getR_MailText_ID(),null);
mailtext.setPO(m_po);
String subject = getNode().getDescription() String subject = getNode().getDescription()
+ ": " + mailtext.getMailHeader(); + ": " + mailtext.getMailHeader();