@@ -, +, @@ --- ill/ill-requests.pl | 1 - .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 16 +++------------- 2 files changed, 3 insertions(+), 14 deletions(-) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -249,7 +249,6 @@ $template->param( backends => $backends, media => [ "Book", "Article", "Journal" ], query_type => $op, - branches => Koha::Libraries->search ); output_html_with_http_headers( $cgi, $cookie, $template->output ); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -419,19 +419,9 @@
  • - - + [% PROCESS options_for_libraries libraries => Branches.all( selected => request.branchcode ) %]
  • --