Skip to content

Commit 405380d

Browse files
Joonas Kylmälätomascohen
Joonas Kylmälä
authored andcommitted
Bug 31519: Remove unused SuspendHoldsIntranet and AutoResumeSuspendedHolds variables
If you grep koha-tmpl/intranet-tmpl/prog/en for those you will see there are no references for those. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
1 parent 8d933d4 commit 405380d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

reserve/request.pl

+1-5
Original file line numberDiff line numberDiff line change
@@ -717,11 +717,7 @@ =head1 request.pl
717717
$template->param( reserve_in_future => 1 );
718718
}
719719

720-
$template->param(
721-
SuspendHoldsIntranet => C4::Context->preference('SuspendHoldsIntranet'),
722-
AutoResumeSuspendedHolds => C4::Context->preference('AutoResumeSuspendedHolds'),
723-
borrowernumber => $borrowernumber_hold,
724-
);
720+
$template->param(borrowernumber => $borrowernumber_hold);
725721

726722
# printout the page
727723
output_html_with_http_headers $input, $cookie, $template->output;

0 commit comments

Comments
 (0)