IDEMPIERE-5443 Date Range Filter Component - fix Message not found error (#1604)

This commit is contained in:
Carlos Ruiz 2022-12-06 08:19:13 +01:00 committed by GitHub
parent 35f3c85851
commit 5466250d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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