Bugzilla – Attachment 51744 Details for
Bug 16492
Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16492 [QA Followup]
Bug-16492-QA-Followup.patch (text/plain), 758 bytes, created by
Kyle M Hall (khall)
on 2016-05-24 18:05:21 UTC
(
hide
)
Description:
Bug 16492 [QA Followup]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-05-24 18:05:21 UTC
Size:
758 bytes
patch
obsolete
>From cdb343d05fe964875ff317dd491fbadfe229e317 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 24 May 2016 18:05:03 +0000 >Subject: [PATCH] Bug 16492 [QA Followup] > >--- > C4/SIP/ILS/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >index 36f5a23..63a0a3a 100644 >--- a/C4/SIP/ILS/Patron.pm >+++ b/C4/SIP/ILS/Patron.pm >@@ -201,7 +201,7 @@ sub check_password { > > my $dbh = C4::Context->dbh; > my $ret = 0; >- ($ret) = checkpw( $dbh, $self->{userid}, $pwd, my $query, my $type, my $no_set_userenv = 1 ); >+ ($ret) = checkpw( $dbh, $self->{userid}, $pwd, undef, undef, 1 ); # dbh, userid, query, type, no_set_userenv > return $ret; > } > >-- >2.1.4
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 16492
:
51390
|
51391
|
51744
|
51745
|
51768
|
51797
|
52188
|
52189
|
52190