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

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

Return to bug 20256