Bugzilla – Attachment 176811 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.22 KB, created by
Martin Renvoize (ashimema)
on 2025-01-20 13:45:04 UTC
(
hide
)
Description:
Bug 37651: (QA follow-up) Add POD for Biblio method
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-01-20 13:45:04 UTC
Size:
1.22 KB
patch
obsolete
>From 12d02b8ce2867cc0d8d8050b4ef85261af5e2cf4 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 > >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 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
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