From 12d02b8ce2867cc0d8d8050b4ef85261af5e2cf4 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 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 4bdcb1ff741..db61edf2c0c 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -799,8 +799,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 22324f59c56..765e3fa38dc 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1137,6 +1137,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.48.1