IDEMPIERE-5443 Date Range Filter Component (#1559)

Fix Find window: don't default to current month range filter
This commit is contained in:
hengsin 2022-11-12 18:41:47 +08:00 committed by GitHub
parent fc6ae185b9
commit 3112ea87b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ public class DateRangePicker extends Popup implements EventListener<Event>, Valu
Date[] dates = setTimesOnDates(dateFrom, dateTo);
dateFrom = dates[0];
dateTo = dates[1];
editor.setValue(dateFrom);
editor2.setValue(dateTo);
}
updateUI();
}