From 7d72e686531a54c51534a2871909256b22832128 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- Koha/Biblio.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index d8982f689e..05d8e7872e 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -479,7 +479,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.20.1