From d28900bacd1f6f8133ed7a2ff0cf23b065dc461e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 May 2020 14:51:58 +0200 Subject: [PATCH] Bug 25421: Update POD Signed-off-by: Jonathan Druart --- Koha/Item.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 51a7725a03..9560a567cb 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -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. -- 2.20.1