Bugzilla – Attachment 116546 Details for
Bug 25755
Add a Koha::Item->request_transfer method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25755: (QA follow-up) Further POD clarifications
Bug-25755-QA-follow-up-Further-POD-clarifications.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2021-02-09 10:47:26 UTC
(
hide
)
Description:
Bug 25755: (QA follow-up) Further POD clarifications
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-09 10:47:26 UTC
Size:
1.29 KB
patch
obsolete
>From 4b4b967f380567e579a8a2f7d3518c3eb87773e5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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=UTF-8 >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 <kathleen.milne@cne-siar.gov.uk> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > 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.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 25755
:
105887
|
107240
|
107294
|
110273
|
110376
|
110392
|
110393
|
110394
|
110430
|
110466
|
110502
|
110503
|
110504
|
110505
|
110506
|
111142
|
111143
|
111144
|
111145
|
111146
|
116541
|
116542
|
116543
|
116544
|
116545
|
116546
|
117574
|
117575
|
117576
|
117577
|
117578
|
117579