From 34b574b023085b37bdbf4e4a1a48e6642bf8fcd5 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 20 Feb 2021 11:47:37 +0100 Subject: [PATCH] Changed first date of service counter charts. --- src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java b/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java index fab0d0c..189ec2f 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java +++ b/src/fr/devinsy/statoolinfos/htmlize/Htmlizer.java @@ -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) {