From 1a38b1d3f15bc0cf9ac2c65f5e6bb7da686695bf Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Wed, 28 Oct 2015 10:57:22 +0100 Subject: [PATCH] Bug 9223 - Fix QA issues --- opac/opac-suggestions.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl index fae1b26..4e3717f 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -188,8 +188,8 @@ if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { } $template->param( - %$suggestion, - supports_loop => $supportlist, + %$suggestion, + supports_loop => $supportlist, suggestions_loop => $suggestions_loop, patron_reason_loop => $patron_reason_loop, "op_$op" => 1, -- 1.7.10.4