IDEMPIERE-1134 Immediate broadcast not showing acknowledge checkbox

This commit is contained in:
Richard Morales 2013-07-04 18:39:51 -05:00
parent 7b498798df
commit d0a605b066
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public class BroadcastMessageWindow extends Window implements IBroadcastMsgPopup
south.setHeight("22%");
//south.setWidth("45%");
acknowledged.setParent(rightCell);
acknowledged.setVisible(false);
//acknowledged.setVisible(false);
//acknowledged.setHflex("6");
acknowledged.setLabel(Msg.getMsg(Env.getCtx(),"Acknowledge"));
acknowledged.addEventListener("onClick", this);