IDEMPIERE-5205 PO is Immutable: org.compiere.model.MCtxHelpMsg (#1203)
This commit is contained in:
parent
a38aefe92e
commit
56cd099ca2
|
@ -66,7 +66,7 @@ public class WCtxHelpSuggestion extends Window implements EventListener<Event> {
|
|||
* default constructor
|
||||
*/
|
||||
public WCtxHelpSuggestion(MCtxHelpMsg ctxHelpMsg) {
|
||||
this.ctxHelpMsg = ctxHelpMsg;
|
||||
this.ctxHelpMsg = new MCtxHelpMsg(ctxHelpMsg.getCtx(), ctxHelpMsg.getAD_CtxHelpMsg_ID(), ctxHelpMsg.get_TrxName());
|
||||
layout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue