IDEMPIERE-5443 Date Range Filter Component - fix Message not found error (#1604)
This commit is contained in:
parent
35f3c85851
commit
5466250d93
|
@ -143,7 +143,7 @@ public class DateRangePicker extends Popup implements EventListener<Event>, Valu
|
|||
editor2.addValueChangeListener(this);
|
||||
|
||||
Div div = new Div();
|
||||
okBtn = ButtonFactory.createNamedButton(Msg.getMsg(Env.getCtx(), "ApplyFilter"), true, false);
|
||||
okBtn = ButtonFactory.createNamedButton("ApplyFilter", true, false);
|
||||
okBtn.setStyle("color: white; background: #A9A9A9;");
|
||||
|
||||
modeCombobox = new Combobox();
|
||||
|
|
Loading…
Reference in New Issue