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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 459-465 sub request_transfer { Link Here
459
Return the active transfer request or undef
459
Return the active transfer request or undef
460
460
461
Note: Transfers are retrieved in a Modified FIFO (First In First Out) order
461
Note: Transfers are retrieved in a Modified FIFO (First In First Out) order
462
whereby the most recently sent, but not recieved, 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
=cut
465
=cut
466
- 

Return to bug 25755