Report Header: fix validateStart bug (#3379)

* day to month

* notes
This commit is contained in:
Neil
2024-09-07 07:17:38 +01:00
committed by GitHub
parent 61bffa3d31
commit ac90eb21a6
2 changed files with 7 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ function boundedRange(
latest = monthUtils.currentDay();
break;
default:
latest = monthUtils.currentDay();
latest = monthUtils.currentMonth();
break;
}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [carkom]
---
Fix report header validateStart bug.