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

(-)a/opac/opac-user.pl (-8 lines)
Lines 306-318 $template->param( Link Here
306
    showpriority   => $show_priority,
306
    showpriority   => $show_priority,
307
);
307
);
308
308
309
# current alert subscriptions
310
my $alerts = getalert($borrowernumber);
311
foreach ( @$alerts ) {
312
    $_->{ $_->{type} } = 1;
313
    $_->{relatedto} = findrelatedto( $_->{type}, $_->{externalid} );
314
}
315
316
if (C4::Context->preference('BakerTaylorEnabled')) {
309
if (C4::Context->preference('BakerTaylorEnabled')) {
317
    $template->param(
310
    $template->param(
318
        BakerTaylorEnabled  => 1,
311
        BakerTaylorEnabled  => 1,
319
- 

Return to bug 19855