Skip to content
Snippets Groups Projects
Commit 696998c1 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup

parent d2dc8906
No related branches found
No related tags found
1 merge request!213merge v1_6_0 into master
......@@ -257,7 +257,6 @@ public class ChartController implements Refreshable, Styleable
datePickerEnd.setValue(endDate);
// chart month
System.out.println(controller.getCurrentDate().minusMonths(5).monthOfYear().getAsText(controller.getSettings().getLanguage().getLocale()));
comboBoxStartMonth.setValue(controller.getCurrentDate().minusMonths(5).monthOfYear().getAsText(controller.getSettings().getLanguage().getLocale()));
comboBoxStartYear.setValue(String.valueOf(controller.getCurrentDate().minusMonths(5).getYear()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment