Bugzilla – Attachment 131973 Details for
Bug 30199
self checkout login by cardnumber is broken if you input a non-existent cardnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30199: Do not generate jtw if patron does not exist
Bug-30199-Do-not-generate-jtw-if-patron-does-not-e.patch (text/plain), 753 bytes, created by
Lucas Gass (lukeg)
on 2022-03-21 14:34:09 UTC
(
hide
)
Description:
Bug 30199: Do not generate jtw if patron does not exist
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-03-21 14:34:09 UTC
Size:
753 bytes
patch
obsolete
>From 54c3b677cabf22a2d5f465c8e214418d68a10adb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 18 Mar 2022 10:26:48 +0100 >Subject: [PATCH] Bug 30199: Do not generate jtw if patron does not exist > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > opac/sco/sco-main.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl >index 7e056fa34e..b293f100e1 100755 >--- a/opac/sco/sco-main.pl >+++ b/opac/sco/sco-main.pl >@@ -134,6 +134,8 @@ if ( $patronid ) { > $patron = Koha::Patrons->find( { cardnumber => $patronid } ); > } > >+undef $jwt unless $patron; >+ > my $branch = $issuer->{branchcode}; > my $confirm_required = 0; > my $return_only = 0; >-- >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 30199
:
131348
|
131364
|
131860
|
131973
|
131978
|
132183