From 165cb84dd86a69117154e2973423faad796d5837 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 21 Jan 2021 14:37:01 +0000 Subject: [PATCH] Bug 25755: (QA follow-up) Further POD clarifications MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch attempts to further clarify the queueing nature of transfer requests in the get_transfer method POD. Signed-off-by: Kathleen Milne Signed-off-by: Martin Renvoize Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart --- Koha/Item.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Koha/Item.pm b/Koha/Item.pm index ebec810673..fcb9f69073 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -462,6 +462,10 @@ Note: Transfers are retrieved in a Modified FIFO (First In First Out) order whereby the most recently sent, but not received, transfer will be returned if it exists, otherwise the oldest unsatisfied transfer will be returned. +This allows for transfers to queue, which is the case for stock rotation and +rotating collections where a manual transfer may need to take precedence but +we still expect the item to end up at a final location eventually. + =cut sub get_transfer { -- 2.39.5