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

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

Return to bug 19855