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

(-)a/opac/opac-user.pl (-8 lines)
Lines 294-306 $template->param( Link Here
294
    showpriority   => $show_priority,
294
    showpriority   => $show_priority,
295
);
295
);
296
296
297
# current alert subscriptions
298
my $alerts = getalert($borrowernumber);
299
foreach ( @$alerts ) {
300
    $_->{ $_->{type} } = 1;
301
    $_->{relatedto} = findrelatedto( $_->{type}, $_->{externalid} );
302
}
303
304
if (C4::Context->preference('BakerTaylorEnabled')) {
297
if (C4::Context->preference('BakerTaylorEnabled')) {
305
    $template->param(
298
    $template->param(
306
        BakerTaylorEnabled  => 1,
299
        BakerTaylorEnabled  => 1,
307
- 

Return to bug 19855