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

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 340-346 foreach my $item (@items) { Link Here
340
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
340
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
341
    }
341
    }
342
342
343
    $item->{can_be_edited} = !$patron->can_edit_item( $item_object );
343
    $item->{can_be_edited} = $patron->can_edit_item( $item_object );
344
344
345
    if ($currentbranch and $currentbranch ne "NO_LIBRARY_SET"
345
    if ($currentbranch and $currentbranch ne "NO_LIBRARY_SET"
346
    and C4::Context->preference('SeparateHoldings')) {
346
    and C4::Context->preference('SeparateHoldings')) {
347
- 

Return to bug 20256