From 1b7bbf8a54cfa8e4f5820023212cfee7d2c22aa8 Mon Sep 17 00:00:00 2001 From: Josef Moravec 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 Signed-off-by: Joonas Kylmälä --- 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