From b0ab226cc55a56d3ed2e7360ed820f8ed44a3b99 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 --- 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 fb7d532..8d39c93 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.1.0