View | Details | Raw Unified | Return to bug 25755
Collapse All | Expand All

(-)a/Koha/Item.pm (-1 / +4 lines)
Lines 462-467 Note: Transfers are retrieved in a Modified FIFO (First In First Out) order Link Here
462
whereby the most recently sent, but not received, transfer will be returned
462
whereby the most recently sent, but not received, transfer will be returned
463
if it exists, otherwise the oldest unsatisfied transfer will be returned.
463
if it exists, otherwise the oldest unsatisfied transfer will be returned.
464
464
465
This allows for transfers to queue, which is the case for stock rotation and
466
rotating collections where a manual transfer may need to take precedence but
467
we still expect the item to end up at a final location eventually.
468
465
=cut
469
=cut
466
470
467
sub get_transfer {
471
sub get_transfer {
468
- 

Return to bug 25755