View | Details | Raw Unified | Return to bug 27442
Collapse All | Expand All

(-)a/circ/overdue.pl (-2 / +1 lines)
Lines 47-53 if ( $dateduefrom ) { Link Here
47
    $dateduefrom = dt_from_string( $dateduefrom );
47
    $dateduefrom = dt_from_string( $dateduefrom );
48
}
48
}
49
if ( $datedueto ) {
49
if ( $datedueto ) {
50
    $datedueto = dt_from_string( $datedueto )->set_hour(23)->set_minute(59);
50
    $datedueto = dt_from_string( $datedueto )->set_hour(23)->set_minute(59)->set_second(59);
51
}
51
}
52
52
53
my $filters = {
53
my $filters = {
54
- 

Return to bug 27442