Bugzilla – Attachment 66385 Details for
Bug 19080
Handle non existing patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19080: Fix member vs borrowernumber in delmember
Bug-19080-Fix-member-vs-borrowernumber-in-delmembe.patch (text/plain), 982 bytes, created by
Julian Maurice
on 2017-08-23 14:50:51 UTC
(
hide
)
Description:
Bug 19080: Fix member vs borrowernumber in delmember
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-08-23 14:50:51 UTC
Size:
982 bytes
patch
obsolete
>From ddd0e59692e71d6c9af843ffd619904503a797ea Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 15 Aug 2017 15:08:46 -0300 >Subject: [PATCH] Bug 19080: Fix member vs borrowernumber in delmember > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > members/deletemem.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/deletemem.pl b/members/deletemem.pl >index b03b5c8d90..4cbb4d660b 100755 >--- a/members/deletemem.pl >+++ b/members/deletemem.pl >@@ -76,7 +76,7 @@ my $countissues = scalar(@$issues); > > my $patron = Koha::Patrons->find( $member ); > unless ( $patron ) { >- print $input->redirect("/cgi-bin/koha/circ/circulation.pl?borrowernumber=$borrowernumber"); >+ print $input->redirect("/cgi-bin/koha/circ/circulation.pl?borrowernumber=$member"); > exit; > } > my $flags = C4::Members::patronflags( $patron->unblessed ); >-- >2.11.0
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 19080
:
65834
|
65854
|
66036
|
66190
|
66191
|
66383
|
66384
| 66385 |
66386