From 26f71a2f8fec31881c17b5c04be7190ecef3973f Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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