Bugzilla – Attachment 73664 Details for
Bug 9302
Add ability to merge patron records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9302: (QA follow-up) reverse try/catch block
Bug-9302-QA-follow-up-reverse-trycatch-block.patch (text/plain), 889 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-04 19:59:11 UTC
(
hide
)
Description:
Bug 9302: (QA follow-up) reverse try/catch block
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-04 19:59:11 UTC
Size:
889 bytes
patch
obsolete
>From 7ac3bce64e79cc9ca29c7ba5e3d58c54199323d2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 4 Apr 2018 16:56:34 -0300 >Subject: [PATCH] Bug 9302: (QA follow-up) reverse try/catch block > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > members/merge-patrons.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/merge-patrons.pl b/members/merge-patrons.pl >index a35fe83f29..bdd8ec7f8e 100755 >--- a/members/merge-patrons.pl >+++ b/members/merge-patrons.pl >@@ -50,9 +50,9 @@ if ( $action eq 'show' ) { > my $results; > eval { $results = Koha::Patrons->merge( { keeper => $keeper, patrons => \@ids } ); }; > if ($@) { >- $template->param( results => $results ); >- } else { > $template->param( error => $@ ); >+ } else { >+ $template->param( results => $results ); > } > } > >-- >2.17.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 9302
:
66615
|
66617
|
68606
|
70474
|
70477
|
70478
|
70479
|
70482
|
70483
|
72082
|
72083
|
73645
|
73646
|
73647
|
73648
|
73649
|
73660
|
73661
|
73662
|
73663
|
73664
|
73668
|
73679
|
74439
|
74440
|
74441
|
74442
|
74443
|
74444
|
74445
|
74446
|
74447
|
74448
|
74449
|
74450
|
74451
|
74585
|
74653