BF [ 1943723 ] WF Activity History is not translated

This commit is contained in:
teo_sarca 2008-08-27 19:55:39 +00:00
parent 31ad9d6107
commit 7c98840275
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ import org.compiere.util.*;
* *
* @author Teo Sarca, SC ARHIPAC SERVICE SRL * @author Teo Sarca, SC ARHIPAC SERVICE SRL
* <li>BF [ 1801842 ] DB connection fix & improvements for concurrent threads * <li>BF [ 1801842 ] DB connection fix & improvements for concurrent threads
* <li>BF [ 1943723 ] WF Activity History is not translated
*/ */
public class MWFEventAudit extends X_AD_WF_EventAudit public class MWFEventAudit extends X_AD_WF_EventAudit
{ {
@ -182,7 +183,7 @@ public class MWFEventAudit extends X_AD_WF_EventAudit
MWFNode node = MWFNode.get(getCtx(), getAD_WF_Node_ID()); MWFNode node = MWFNode.get(getCtx(), getAD_WF_Node_ID());
if (node.get_ID() == 0) if (node.get_ID() == 0)
return "?"; return "?";
return node.getName(true); return node.get_Translation(MWFNode.COLUMNNAME_Name);
} // getNodeName } // getNodeName