Bugzilla – Attachment 143019 Details for
Bug 31907
Show items as On hold when in processing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31907: (QA follow-up) Add POD
Bug-31907-QA-follow-up-Add-POD.patch (text/plain), 696 bytes, created by
Martin Renvoize (ashimema)
on 2022-11-02 17:06:23 UTC
(
hide
)
Description:
Bug 31907: (QA follow-up) Add POD
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-02 17:06:23 UTC
Size:
696 bytes
patch
obsolete
>From c7763b4c1f7941b80af7dccac6c822fb40721b19 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 2 Nov 2022 17:04:55 +0000 >Subject: [PATCH] Bug 31907: (QA follow-up) Add POD > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Holds.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/Koha/Holds.pm b/Koha/Holds.pm >index 1f7443d23f..fadef251c6 100644 >--- a/Koha/Holds.pm >+++ b/Koha/Holds.pm >@@ -48,6 +48,11 @@ sub waiting { > return $self->search( { found => 'W' } ); > } > >+=head3 processing >+ >+returns a set of holds that are processing from an existing set >+ >+=cut > > sub processing { > my ( $self ) = @_; >-- >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 31907
:
142339
|
142567
|
142821
|
143018
| 143019 |
143296