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) {