From ec49c6180ce4d4d7b03b243154622d3bf353745c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 19 Dec 2017 17:28:00 -0300 Subject: [PATCH] Bug 19797: [16.11.x] Restore alert subscribers This patch fixes a bad conflict between bug 18726 and bug 10357. The alerttype variable was not passed to the template on 16.11.x Test plan: - Add a subscription - Make sure you set a notice template for 'notification' on the first page - Go to the record in the OPAC - Subscribe to email notifications from the Subscriptions tab > More detail - Verify that the alert table in the database has the entry for the subscribed patron - Verify that in the OPAC it now asks you to cancel subscription --- opac/opac-alert-subscribe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-alert-subscribe.pl b/opac/opac-alert-subscribe.pl index 86a72fe32c..366d9e6d47 100755 --- a/opac/opac-alert-subscribe.pl +++ b/opac/opac-alert-subscribe.pl @@ -78,6 +78,7 @@ else { my $subscription = &GetSubscription($externalid); $template->param( "typeissue$op" => 1, + alerttype => $alerttype, bibliotitle => $subscription->{bibliotitle}, notes => $subscription->{notes}, externalid => $externalid, -- 2.11.0