Bug 19797: [16.11.x] Restore alert subscribers
[koha.git] / opac / opac-alert-subscribe.pl
index 86a72fe..366d9e6 100755 (executable)
@@ -78,6 +78,7 @@ else {
         my $subscription = &GetSubscription($externalid);
         $template->param(
             "typeissue$op" => 1,
+            alerttype      => $alerttype,
             bibliotitle    => $subscription->{bibliotitle},
             notes          => $subscription->{notes},
             externalid     => $externalid,