From ec28eb5d7f917fbd31b120168060967fcf1b11d5 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 a940b64157..11fee13bf6 100755 --- a/ill/ill-requests.pl +++ b/ill/ill-requests.pl @@ -168,10 +168,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 d4e88021ad..ec734aa4a2 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 %]