|
Lines 490-496
sub _get_outstanding_holds {
Link Here
|
| 490 |
# We need to return a barcode for the biblio so the client |
490 |
# We need to return a barcode for the biblio so the client |
| 491 |
# can request the biblio info |
491 |
# can request the biblio info |
| 492 |
my $items = $hold->biblio->items; |
492 |
my $items = $hold->biblio->items; |
| 493 |
$item = $items->count ? $item->next : undef; |
493 |
$item = $items->count ? $items->next : undef; |
| 494 |
} |
494 |
} |
| 495 |
my $unblessed_hold = $hold->unblessed; |
495 |
my $unblessed_hold = $hold->unblessed; |
| 496 |
|
496 |
|
| 497 |
- |
|
|