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

(-)a/reserve/request.pl (-6 / +1 lines)
Lines 717-727 if ( C4::Context->preference( 'AllowHoldDateInFuture' ) ) { Link Here
717
    $template->param( reserve_in_future => 1 );
717
    $template->param( reserve_in_future => 1 );
718
}
718
}
719
719
720
$template->param(
720
$template->param(borrowernumber => $borrowernumber_hold);
721
    SuspendHoldsIntranet => C4::Context->preference('SuspendHoldsIntranet'),
722
    AutoResumeSuspendedHolds => C4::Context->preference('AutoResumeSuspendedHolds'),
723
    borrowernumber => $borrowernumber_hold,
724
);
725
721
726
# printout the page
722
# printout the page
727
output_html_with_http_headers $input, $cookie, $template->output;
723
output_html_with_http_headers $input, $cookie, $template->output;
728
- 

Return to bug 31519