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

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 372-378 foreach my $item (@items) { Link Here
372
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
372
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
373
    }
373
    }
374
374
375
    $item->{can_be_edited} = !$patron->can_edit_item( $item_object );
375
    $item->{can_be_edited} = $patron->can_edit_item( $item_object );
376
376
377
    if ($currentbranch and $currentbranch ne "NO_LIBRARY_SET"
377
    if ($currentbranch and $currentbranch ne "NO_LIBRARY_SET"
378
    and C4::Context->preference('SeparateHoldings')) {
378
    and C4::Context->preference('SeparateHoldings')) {
379
- 

Return to bug 20256