Lines 501-507
$items = Koha::Items->search_ordered(
Link Here
|
501 |
$biblio->host_items->get_column('itemnumber') |
501 |
$biblio->host_items->get_column('itemnumber') |
502 |
] |
502 |
] |
503 |
} |
503 |
} |
504 |
] |
504 |
], |
|
|
505 |
{ prefetch => [ 'issue', 'homebranch', 'holdingbranch' ] } |
505 |
)->filter_by_visible_in_opac({ patron => $patron }) unless $specific_item; |
506 |
)->filter_by_visible_in_opac({ patron => $patron }) unless $specific_item; |
506 |
|
507 |
|
507 |
my $dat = &GetBiblioData($biblionumber); |
508 |
my $dat = &GetBiblioData($biblionumber); |
508 |
- |
|
|