Changed first date of service counter charts.
This commit is contained in:
parent
9caf349639
commit
34b574b023
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue