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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 456-462 sub request_transfer { Link Here
456
Return the active transfer request or undef
456
Return the active transfer request or undef
457
457
458
Note: Transfers are retrieved in a Modified FIFO (First In First Out) order
458
Note: Transfers are retrieved in a Modified FIFO (First In First Out) order
459
whereby the most recently sent, but not recieved, transfer will be returned
459
whereby the most recently sent, but not received, transfer will be returned
460
if it exists, otherwise the oldest unsatisfied transfer will be returned.
460
if it exists, otherwise the oldest unsatisfied transfer will be returned.
461
461
462
=cut
462
=cut
463
- 

Return to bug 25755