Lines 159-165
$template->param(
Link Here
|
159 |
ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay') |
159 |
ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay') |
160 |
); |
160 |
); |
161 |
|
161 |
|
162 |
output_html_with_http_headers $input, $cookie, $template->output; |
162 |
if ($cancelall) { |
|
|
163 |
print $input->redirect("/cgi-bin/koha/circ/waitingreserves.pl"); |
164 |
} else { |
165 |
output_html_with_http_headers $input, $cookie, $template->output; |
166 |
} |
163 |
|
167 |
|
164 |
exit; |
168 |
exit; |
165 |
|
169 |
|
166 |
- |
|
|