From a29eca827f62f608e2fc3a04895bf9e8c7d352f4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 May 2023 09:57:23 +0000 Subject: [PATCH] Bug 33496: (QA follow-up) Update POD statement Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- Koha/Biblio.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index de5e0ecf9b..2a05c44a87 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -463,7 +463,9 @@ sub old_checkouts { =head3 items -my $items = $biblio->items(); +my $items = $biblio->items({ [ host_items => 1 ] }); + +The optional param host_items allows you to include 'analytical' items. Returns the related Koha::Items object for this biblio -- 2.30.2