Bugzilla – Attachment 113759 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.08 KB, created by
David Nind
on 2020-11-17 19:36:23 UTC
(
hide
)
Description:
Bug 27030: Add missing perldoc for Processing hold status to C4::Reserves
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-11-17 19:36:23 UTC
Size:
2.08 KB
patch
obsolete
>From b104a8f264598b99ebb6ad2c9feb4f293b84d7af 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 > >Test plan: > >Look into diff and confirm the comment does make sense > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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