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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 532-538 sub can_be_transferred { Link Here
532
532
533
=head3 pickup_locations
533
=head3 pickup_locations
534
534
535
@pickup_locations = $item->pickup_locations( {patron => $patron } )
535
$pickup_locations = $item->pickup_locations( {patron => $patron } )
536
536
537
Returns possible pickup locations for this item, according to patron's home library (if patron is defined and holds are allowed only from hold groups)
537
Returns possible pickup locations for this item, according to patron's home library (if patron is defined and holds are allowed only from hold groups)
538
and if item can be transferred to each pickup location.
538
and if item can be transferred to each pickup location.
539
- 

Return to bug 25421