From cc0de3b9dd6b941435304cdc1cf451167969f2c1 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 | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl index c2ee4f10b2..de8963eb40 100755 --- a/ill/ill-requests.pl +++ b/ill/ill-requests.pl @@ -119,10 +119,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 a0b21c9ada..6dfcce561a 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 @@ -3,6 +3,7 @@ [% USE Branches %] [% USE Koha %] [% USE KohaDates %] +[% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] Koha › ILL requests › @@ -442,7 +443,7 @@ [% END %] [% request.capabilities.$stat.name | html %] - [% FOREACH alias IN status_aliases %] + [% FOREACH alias IN AuthorisedValues.Get('ILLSTATUS') %] [% IF alias.id == current_alias %]