@@ -, +, @@ --- Koha/Biblio.pm | 2 +- Koha/Item.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Biblio.pm +++ a/Koha/Biblio.pm @@ -194,7 +194,7 @@ sub can_be_transferred { @pickup_locations = $biblio->pickup_locations( {patron => $patron } ) Returns possible pickup locations for this biblio items, according to patron's home library (if patron is defined and holds are allowed only from hold groups) -and if item can be transfered to each pickup location. +and if item can be transferred to each pickup location. =cut --- a/Koha/Item.pm +++ a/Koha/Item.pm @@ -286,7 +286,7 @@ sub can_be_transferred { @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 transfered to each pickup location. +and if item can be transferred to each pickup location. =cut --