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

(-)a/opac/opac-shelves.pl (-1 / +5 lines)
Lines 459-464 if ( $op eq 'view' ) { Link Here
459
                        borrowernumber => $loggedinuser,
459
                        borrowernumber => $loggedinuser,
460
                    }
460
                    }
461
                );
461
                );
462
463
                if ( C4::Context->preference('OPACLocalCoverImages') ) {
464
                    $this_item->{has_local_cover_image} =
465
                        $this_item->{biblio_object} ? $this_item->{biblio_object}->cover_images->count : 0;
466
                }
462
                push @items_info, $this_item;
467
                push @items_info, $this_item;
463
            }
468
            }
464
469
465
- 

Return to bug 41655