Skip to content

Commit 60f1ac6

Browse files
committed
Fixes labelling of date range on last line of summary report
1 parent 865ca2d commit 60f1ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Services/ActivityService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public byte[] GetActivityDataFileForCentre(int centreId, ActivityFilterData filt
140140
last.DateInformation.GetDateRangeLabel(
141141
DateHelper.StandardDateFormat,
142142
filterData.EndDate ?? clockUtility.UtcNow,
143-
true
143+
false
144144
),
145145
last.Enrolments,
146146
last.Completions,

0 commit comments

Comments
 (0)