Bugzilla – Attachment 104692 Details for
Bug 25421
Make Koha::Item and Koha::Biblio ->pickup_locations return an arrayref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25421: Update POD
Bug-25421-Update-POD.patch (text/plain), 907 bytes, created by
Jonathan Druart
on 2020-05-11 13:07:48 UTC
(
hide
)
Description:
Bug 25421: Update POD
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-11 13:07:48 UTC
Size:
907 bytes
patch
obsolete
>From d28900bacd1f6f8133ed7a2ff0cf23b065dc461e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 May 2020 14:51:58 +0200 >Subject: [PATCH] Bug 25421: Update POD > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25421
:
104601
|
104602
|
104687
|
104688
|
104690
|
104691
| 104692