From c33585aeadae80be704c6daf24ba8d3ef0b0a284 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 15 Oct 2018 14:46:21 +0100 Subject: [PATCH] Bug 20581: (follow-up) Fix AV population As per: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20581#c72 --- ill/ill-requests.pl | 5 +---- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl index 520bba0237..6053813c4d 100755 --- a/ill/ill-requests.pl +++ b/ill/ill-requests.pl @@ -167,10 +167,7 @@ if ( $backends_available ) { }; $template->param( whole => $backend_result, - request => $request, - status_aliases => scalar Koha::AuthorisedValues->search( - { category => 'ILLSTATUS' } - ) + request => $request ); } else { # Commit: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index b80c58f2bf..906d33548e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -4,6 +4,8 @@ [% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] +[% USE AuthorisedValues %] + [% INCLUDE 'doc-head-open.inc' %] Koha › ILL requests [% INCLUDE 'doc-head-close.inc' %] @@ -201,7 +203,7 @@ [% END %] [% request.capabilities.$stat.name | html %] - [% FOREACH alias IN status_aliases %] + [% FOREACH alias IN AuthorisedValues.Get('ILLSTATUS') %] [% IF alias.id == current_alias %]