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

(-)a/Koha/Biblio.pm (-2 / +3 lines)
Lines 463-469 sub old_checkouts { Link Here
463
463
464
=head3 items
464
=head3 items
465
465
466
my $items = $biblio->items();
466
my $items = $biblio->items({ [ host_items => 1 ] });
467
468
The optional param host_items allows you to include 'analytical' items.
467
469
468
Returns the related Koha::Items object for this biblio
470
Returns the related Koha::Items object for this biblio
469
471
470
- 

Return to bug 33496