Lines 284-290
if ( $op eq 'view' ) {
Link Here
|
284 |
my $contents = $shelf->get_contents->search( |
284 |
my $contents = $shelf->get_contents->search( |
285 |
{}, |
285 |
{}, |
286 |
{ |
286 |
{ |
287 |
prefetch => [ { 'biblionumber' => { 'biblioitems' => 'items' } } ], |
287 |
distinct => 'biblionumber', |
|
|
288 |
join => [ { 'biblionumber' => { 'biblioitems' => 'items' } } ], |
288 |
page => $page, |
289 |
page => $page, |
289 |
rows => $rows, |
290 |
rows => $rows, |
290 |
order_by => { "-$direction" => $order_by }, |
291 |
order_by => { "-$direction" => $order_by }, |
291 |
- |
|
|