From 071625b6334572ae3f274544adbcce5f9b2d61b3 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 72bcab4a52..964c7992e0 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 671dada63c..d17a0f103a 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1156,6 +1156,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