From 312efadd315fb8b0c1d2a952aab672f77f60672a 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 Signed-off-by: Martin Renvoize --- 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