https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28822

--- Comment #1 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
ILS/Patron.pm:sub check_password {
ILS/Patron.pod: $str = $patron->check_password($password);
ILS/Patron.pod:=head2 C<$bool = $patron-E<gt>check_password($password);>
Sip/MsgType.pm:            $password_rc = $patron->check_password($patron_pwd);
Sip/MsgType.pm:                $resp .= add_field( FID_VALID_PATRON_PWD,
sipbool( $patron->check_password( $fields->{ (FID_PATRON_PWD) } ) ), $server );
Sip/MsgType.pm:                $password_rc =
$patron->check_password($patron_pwd);
Sip/MsgType.pm:        if ( !defined($patron_pwd) ||
$patron->check_password($patron_pwd) ) {
Sip/MsgType.pm:            $resp .= add_field( FID_VALID_PATRON_PWD, sipbool(
$patron->check_password($patron_pwd) ), $server );

build patron status
handle checkout
handle_patron_info
handle_patron_enable CALLED twice

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to