Changed first date of service counter charts.

This commit is contained in:
Christian P. MOMON 2021-02-20 11:47:37 +01:00
parent 9caf349639
commit 34b574b023

View file

@ -449,7 +449,7 @@ public class Htmlizer
{
String result;
LocalDate startDate = StatoolInfosUtils.parseDate(organization.getStartDate());
LocalDate startDate = StatoolInfosUtils.parseDate(organization.getFederation().getStartDate());
if (startDate == null)
{
@ -626,7 +626,7 @@ public class Htmlizer
{
String result;
LocalDate startDate = StatoolInfosUtils.parseDate(organization.getStartDate());
LocalDate startDate = StatoolInfosUtils.parseDate(organization.getFederation().getStartDate());
if (startDate == null)
{