From 6338c77db31026c637c564d269d6c4d7873e7b53 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 16 Oct 2015 10:47:24 +0100 Subject: [PATCH] Bug 14544: Fix 'back to lists' link Signed-off-by: Tomas Cohen Arazi --- opac/opac-sendshelf.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl index fb7d532179..8d39c938cf 100755 --- a/opac/opac-sendshelf.pl +++ b/opac/opac-sendshelf.pl @@ -182,7 +182,10 @@ END_OF_BODY $template->param( error => 1 ); } - $template->param( email => $email ); + $template->param( + shelfid => $shelfid, + email => $email, + ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.20.1