Bug 14544: Fix 'back to lists' link
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Oct 2015 09:47:24 +0000 (10:47 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2015 13:00:31 +0000 (10:00 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
opac/opac-sendshelf.pl

index fb7d532..8d39c93 100755 (executable)
@@ -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;