View | Details | Raw Unified | Return to bug 19797
Collapse All | Expand All

(-)a/opac/opac-alert-subscribe.pl (-1 / +1 lines)
Lines 78-83 else { Link Here
78
        my $subscription = &GetSubscription($externalid);
78
        my $subscription = &GetSubscription($externalid);
79
        $template->param(
79
        $template->param(
80
            "typeissue$op" => 1,
80
            "typeissue$op" => 1,
81
            alerttype      => $alerttype,
81
            bibliotitle    => $subscription->{bibliotitle},
82
            bibliotitle    => $subscription->{bibliotitle},
82
            notes          => $subscription->{notes},
83
            notes          => $subscription->{notes},
83
            externalid     => $externalid,
84
            externalid     => $externalid,
84
- 

Return to bug 19797