Bugzilla – Attachment 178328 Details for
Bug 37651
biblio->current_holds and item->current_holds do not respect ConfirmFutureHolds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37651: (QA follow-up) Add POD for Biblio method
Bug-37651-QA-follow-up-Add-POD-for-Biblio-method.patch (text/plain), 1.26 KB, created by
Marcel de Rooy
on 2025-02-19 12:52:10 UTC
(
hide
)
Description:
Bug 37651: (QA follow-up) Add POD for Biblio method
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-19 12:52:10 UTC
Size:
1.26 KB
patch
obsolete
>From 81f2250a5bb23c8f94d1ed8968cc35b0621dbbad Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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 <martin.renvoize@ptfs-europe.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37651
:
171247
|
171248
|
171249
|
171250
|
176654
|
176655
|
176656
|
176808
|
176809
|
176810
|
176811
|
177372
|
178325
|
178326
|
178327
| 178328 |
178329