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

(-)a/opac/opac-user.pl (-1 / +2 lines)
Lines 279-284 foreach my $res (@reserves) { Link Here
279
    $res->{'branch'} = $branches->{ $res->{'branchcode'} }->{'branchname'};
279
    $res->{'branch'} = $branches->{ $res->{'branchcode'} }->{'branchname'};
280
    my $biblioData = GetBiblioData($res->{'biblionumber'});
280
    my $biblioData = GetBiblioData($res->{'biblionumber'});
281
    $res->{'reserves_title'} = $biblioData->{'title'};
281
    $res->{'reserves_title'} = $biblioData->{'title'};
282
    $res->{'author'} = $biblioData->{'author'};
283
282
    if ($show_priority) {
284
    if ($show_priority) {
283
        $res->{'priority'} ||= '';
285
        $res->{'priority'} ||= '';
284
    }
286
    }
285
- 

Return to bug 12336