Bugzilla – Attachment 116977 Details for
Bug 27131
Move code from circ/pendingreserves.pl to modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27131: Improve POD for the new method
Bug-27131-Improve-POD-for-the-new-method.patch (text/plain), 811 bytes, created by
Jonathan Druart
on 2021-02-18 11:03:11 UTC
(
hide
)
Description:
Bug 27131: Improve POD for the new method
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-18 11:03:11 UTC
Size:
811 bytes
patch
obsolete
>From 879ea6ceef7bbff592e112d6408122c8fb9eb75b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Feb 2021 12:00:42 +0100 >Subject: [PATCH] Bug 27131: Improve POD for the new method > >--- > Koha/Holds.pm | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > >diff --git a/Koha/Holds.pm b/Koha/Holds.pm >index a1d6288348..82268d4ed2 100644 >--- a/Koha/Holds.pm >+++ b/Koha/Holds.pm >@@ -94,7 +94,18 @@ sub forced_hold_level { > > =head3 get_items_that_can_fill > >-Developer will certainly submit an appropriate description. >+ my $items = $holds->get_items_that_can_fill(); >+ >+Return the list of items that can fill the hold set. >+ >+Items that are not: >+ >+ in transit >+ waiting >+ lost >+ widthdrawn >+ not for loan >+ not on loan > > =cut > >-- >2.20.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 27131
:
114085
|
114851
|
114852
|
116969
|
116970
|
116971
|
116972
|
116973
| 116977