From 516e389b9ccfe4425d54a0284e8c6a87744bbec6 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 19 Jul 2023 10:52:16 +0100 Subject: [PATCH] Revert "Bug 33496: (QA follow-up) Update POD statement" This reverts commit 552c25f4f95e0ab6f70d93e5581f0acff4f66d7e. --- Koha/Biblio.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index a0a70197a9..f588420365 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -464,9 +464,7 @@ sub old_checkouts { =head3 items -my $items = $biblio->items({ [ host_items => 1 ] }); - -The optional param host_items allows you to include 'analytical' items. +my $items = $biblio->items(); Returns the related Koha::Items object for this biblio -- 2.20.1