From c65b8fcb2a3e8a1fe954f8f5e028a3fb22f2ee41 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 27 Oct 2015 16:21:15 +0100 Subject: [PATCH] Bug 14973 - Fix broken itemtypes list in opac-suggestions form Signed-off-by: Nicole Engard --- 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 b09eb89..692a508 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -195,8 +195,8 @@ if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { } $template->param( - %$suggestion, - placeitemtypeloop=> $supportlist, + %$suggestion, + itemtypeloop=> $supportlist, suggestions_loop => $suggestions_loop, patron_reason_loop => $patron_reason_loop, "op_$op" => 1, -- 1.7.10.4