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

(-)a/opac/opac-reserve.pl (-3 / +2 lines)
Lines 624-631 if ( Link Here
624
    C4::Context->preference( 'OPACAllowHoldDateInFuture' )
624
    C4::Context->preference( 'OPACAllowHoldDateInFuture' )
625
    ) {
625
    ) {
626
    $template->param(
626
    $template->param(
627
	    reserve_in_future         => 1,
627
        reserve_in_future => 1,
628
        today                     => dt_from_string,
628
        today             => dt_from_string,
629
    );
629
    );
630
}
630
}
631
631
632
- 

Return to bug 35977