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

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

Return to bug 35977