IDEMPIERE-5205 PO is Immutable: org.compiere.model.MCtxHelpMsg (#1203)

This commit is contained in:
Carlos Ruiz 2022-02-25 09:46:25 +01:00 committed by GitHub
parent a38aefe92e
commit 56cd099ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}