Skip to content
Snippets Groups Projects
Unverified Commit ac90eb21 authored by Neil's avatar Neil Committed by GitHub
Browse files

Report Header: fix validateStart bug (#3379)

* day to month

* notes
parent 61bffa3d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ function boundedRange(
latest = monthUtils.currentDay();
break;
default:
latest = monthUtils.currentDay();
latest = monthUtils.currentMonth();
break;
}
......
---
category: Bugfix
authors: [carkom]
---
Fix report header validateStart bug.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment