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

(-)a/svc/records/preview (-2 lines)
Lines 46-52 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ Link Here
46
    template_name   => "catalogue/showmarc.tt",
46
    template_name   => "catalogue/showmarc.tt",
47
    query           => $query,
47
    query           => $query,
48
    type            => "intranet",
48
    type            => "intranet",
49
    authnotrequired => 1,
50
});
49
});
51
50
52
$template->param( MARC_FORMATTED => $record->as_formatted );
51
$template->param( MARC_FORMATTED => $record->as_formatted );
53
- 

Return to bug 24663