IDEMPIERE-1134 Immediate broadcast not showing acknowledge checkbox / follow suggestion from Heng Sin

This commit is contained in:
Carlos Ruiz 2013-07-05 16:47:26 -05:00
parent 8461a5e006
commit 2f64086291
1 changed files with 0 additions and 1 deletions

View File

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