From 81f2250a5bb23c8f94d1ed8968cc35b0621dbbad Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 20 Jan 2025 13:42:37 +0000 Subject: [PATCH] Bug 37651: (QA follow-up) Add POD for Biblio method Content-Type: text/plain; charset=utf-8 We were missing POD here. Signed-off-by: Martin Renvoize --- Koha/Biblio.pm | 4 ++-- Koha/Item.pm | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index 5e7eff46da..315c0ac8e6 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -803,8 +803,8 @@ sub old_holds { my $holds = $biblio->current_holds - Return the holds placed on this bibliographic record. - Respects the lookahead days in ConfirmFutureHolds pref. +Return the holds placed on this bibliographic record. +Respects the lookahead days in ConfirmFutureHolds pref. =cut diff --git a/Koha/Item.pm b/Koha/Item.pm index 733613fc01..9712eb209d 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1128,6 +1128,11 @@ sub article_request_type { =head3 current_holds + my $holds = $item->current_holds + +Return the holds placed on this item. +Respects the lookahead days in ConfirmFutureHolds pref. + =cut sub current_holds { -- 2.39.5