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

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 387-393 foreach my $item (@items) { Link Here
387
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
387
        $item->{'course_reserves'} = GetItemCourseReservesInfo( itemnumber => $item->{'itemnumber'} );
388
    }
388
    }
389
389
390
    $item->{can_be_edited} = !$patron->can_edit_item( $item_object );
390
    $item->{can_be_edited} = $patron->can_edit_item( $item_object );
391
391
392
    if ($currentbranch and C4::Context->preference('SeparateHoldings')) {
392
    if ($currentbranch and C4::Context->preference('SeparateHoldings')) {
393
        if ($itembranchcode and $itembranchcode eq $currentbranch) {
393
        if ($itembranchcode and $itembranchcode eq $currentbranch) {
394
- 

Return to bug 20256