Bugzilla – Attachment 170324 Details for
Bug 37562
Duplicate patron check when user cannot see patron leads to a blank popup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37562: (QA follow-up) Remove FIXME
Bug-37562-QA-follow-up-Remove-FIXME.patch (text/plain), 877 bytes, created by
Emily Lamancusa (emlam)
on 2024-08-14 15:59:09 UTC
(
hide
)
Description:
Bug 37562: (QA follow-up) Remove FIXME
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-08-14 15:59:09 UTC
Size:
877 bytes
patch
obsolete
>From f7e67189e2a6433828791f23624fbaa3120431f3 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Wed, 14 Aug 2024 11:57:59 -0400 >Subject: [PATCH] Bug 37562: (QA follow-up) Remove FIXME > >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 04800dfbad..af6dfeea0b 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -248,7 +248,7 @@ if ( ( $op eq 'cud-insert' ) and !$nodouble ) { > $conditions->{$f} = $newdata{$f} if $newdata{$f}; > } > $nodouble = 1; >- my $patrons = Koha::Patrons->search($conditions); # FIXME Should be search_limited? >+ my $patrons = Koha::Patrons->search($conditions); > if ( $patrons->count > 0) { > $nodouble = 0; > $check_patron = $patrons->next; >-- >2.34.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 37562
:
170011
|
170020
|
170323
| 170324