Skip to content

Commit 4541fb3

Browse files
committed
Bug 1249614 - Release Tracking Report missed bug
1 parent d78003b commit 4541fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/BMO/lib/Reports/ReleaseTracking.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ sub report {
369369

370370
push @where, "(a.bug_when >= ?)";
371371
push @params, $q->{start_date} . ' 00:00:00';
372-
push @where, "(a.bug_when < ?)";
373-
push @params, $q->{end_date} . ' 00:00:00';
372+
push @where, "(a.bug_when <= ?)";
373+
push @params, $q->{end_date} . ' 23:59:59';
374374

375375
push @where, "(a.added LIKE ?)";
376376
push @params, '%' . $q->{flag_name} . $q->{flag_status} . '%';

0 commit comments

Comments
 (0)