Bug 25421: Update POD
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
6aeeae3e70
commit
312efadd31
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ sub can_be_transferred {
|
|||
|
||||
=head3 pickup_locations
|
||||
|
||||
@pickup_locations = $item->pickup_locations( {patron => $patron } )
|
||||
$pickup_locations = $item->pickup_locations( {patron => $patron } )
|
||||
|
||||
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)
|
||||
and if item can be transferred to each pickup location.
|
||||
|
|
Loading…
Reference in a new issue