From 7c988402753a2b8e4105fe54ba83ded31fa4ebd3 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Wed, 27 Aug 2008 19:55:39 +0000 Subject: [PATCH] BF [ 1943723 ] WF Activity History is not translated --- base/src/org/compiere/wf/MWFEventAudit.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/src/org/compiere/wf/MWFEventAudit.java b/base/src/org/compiere/wf/MWFEventAudit.java index 2ba4976a54..b071184271 100644 --- a/base/src/org/compiere/wf/MWFEventAudit.java +++ b/base/src/org/compiere/wf/MWFEventAudit.java @@ -30,6 +30,7 @@ import org.compiere.util.*; * * @author Teo Sarca, SC ARHIPAC SERVICE SRL *
  • BF [ 1801842 ] DB connection fix & improvements for concurrent threads + *
  • BF [ 1943723 ] WF Activity History is not translated */ 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()); if (node.get_ID() == 0) return "?"; - return node.getName(true); + return node.get_Translation(MWFNode.COLUMNNAME_Name); } // getNodeName