BF [ 1943723 ] WF Activity History is not translated
This commit is contained in:
parent
31ad9d6107
commit
7c98840275
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue