Bugzilla – Attachment 74441 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) Copy merged patrons to deletedborrowers table
Bug-9302-QA-follow-up-Copy-merged-patrons-to-delet.patch (text/plain), 781 bytes, created by
Kyle M Hall (khall)
on 2018-04-18 15:27:57 UTC
(
hide
)
Description:
Bug 9302: (QA follow-up) Copy merged patrons to deletedborrowers table
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-18 15:27:57 UTC
Size:
781 bytes
patch
obsolete
>From e1381d583b2f7c5720997cff7c1c69bf075a95f7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Fri, 12 Jan 2018 14:22:52 -0500 >Subject: [PATCH] Bug 9302: (QA follow-up) Copy merged patrons to > deletedborrowers table > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Ed Veal <eveal@mckinneytexas.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Patrons.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patrons.pm b/Koha/Patrons.pm >index 6d51bf0c24..1afb440e08 100644 >--- a/Koha/Patrons.pm >+++ b/Koha/Patrons.pm >@@ -274,6 +274,7 @@ sub merge { > $rs->update( { $field => $keeper }); > } > >+ $patron->move_to_deleted(); > $patron->delete(); > } > >-- >2.15.1 (Apple Git-101)
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