Bugzilla – Attachment 72614 Details for
Bug 17826
Allow extended patron attributes to be sent in arbitrary SIP2 fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17826 - Add POD
Bug-17826---Add-POD.patch (text/plain), 910 bytes, created by
Kyle M Hall (khall)
on 2018-03-09 15:55:19 UTC
(
hide
)
Description:
Bug 17826 - Add POD
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-09 15:55:19 UTC
Size:
910 bytes
patch
obsolete
>From 26f71a2f8fec31881c17b5c04be7190ecef3973f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Fri, 9 Mar 2018 10:49:03 -0500 >Subject: [PATCH] Bug 17826 - Add POD > >--- > C4/SIP/ILS/Patron.pm | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >index a551b3b..06672fb 100644 >--- a/C4/SIP/ILS/Patron.pm >+++ b/C4/SIP/ILS/Patron.pm >@@ -30,6 +30,10 @@ use Koha::Patrons; > > our $kp; # koha patron > >+=head1 Methods >+ >+=cut >+ > sub new { > my ($class, $patron_id) = @_; > my $type = ref($class) || $class; >@@ -476,6 +480,13 @@ sub _get_outstanding_holds { > return \@holds; > } > >+=head2 build_patron_attributes_string >+ >+This method builds the part of the sip message for extended patron >+attributes as defined in the sip config >+ >+=cut >+ > sub build_patron_attributes_string { > my ( $self, $server ) = @_; > >-- >2.10.2
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 17826
:
58499
|
58500
|
60063
|
68622
|
68655
| 72614