Bugzilla – Attachment 113973 Details for
Bug 27030
The new "Processing" hold status is missing in C4::Reserves module documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27030: Add missing perldoc for Processing hold status to C4::Reserves
Bug-27030-Add-missing-perldoc-for-Processing-hold-.patch (text/plain), 2.22 KB, created by
Joonas Kylmälä
on 2020-11-25 12:07:52 UTC
(
hide
)
Description:
Bug 27030: Add missing perldoc for Processing hold status to C4::Reserves
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2020-11-25 12:07:52 UTC
Size:
2.22 KB
patch
obsolete
>From 1b7bbf8a54cfa8e4f5820023212cfee7d2c22aa8 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 16 Nov 2020 09:43:03 +0000 >Subject: [PATCH] Bug 27030: Add missing perldoc for Processing hold status to > C4::Reserves >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: > >Look into diff and confirm the comment does make sense > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > C4/Reserves.pm | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index c5a8d4ab53..2994ff608b 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -69,10 +69,13 @@ This modules provides somes functions to deal with reservations. > The following columns contains important values : > - priority >0 : then the reserve is at 1st stage, and not yet affected to any item. > =0 : then the reserve is being dealed >- - found : NULL : means the patron requested the 1st available, and we haven't chosen the item >- T(ransit) : the reserve is linked to an item but is in transit to the pickup branch >- W(aiting) : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf >- F(inished) : the reserve has been completed, and is done >+ - found : NULL : means the patron requested the 1st available, and we haven't chosen the item >+ T(ransit) : the reserve is linked to an item but is in transit to the pickup branch >+ W(aiting) : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf >+ F(inished) : the reserve has been completed, and is done >+ P(rocessing) : reserved item has been returned using self-check machine and reserve needs to be confirmed >+ by librarian before notice is send and status changed to waiting. >+ Applicable only if HoldsNeedProcessingSIP system preference is set. > - itemnumber : empty : the reserve is still unaffected to an item > filled: the reserve is attached to an item > The complete workflow is : >-- >2.11.0
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 27030
:
113654
|
113759
| 113973