Bugzilla – Attachment 70477 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 Followup] - Copy merged patrons to deletedborrowers table
Bug-9302-QA-Followup---Copy-merged-patrons-to-dele.patch (text/plain), 605 bytes, created by
Kyle M Hall (khall)
on 2018-01-12 19:23:03 UTC
(
hide
)
Description:
Bug 9302 [QA Followup] - Copy merged patrons to deletedborrowers table
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-01-12 19:23:03 UTC
Size:
605 bytes
patch
obsolete
>From 4e3ca73042c631205d268e13e1f9a6147990ceb9 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 Followup] - Copy merged patrons to > deletedborrowers table > >--- > Koha/Patrons.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patrons.pm b/Koha/Patrons.pm >index 1abcecf..0f62f2d 100644 >--- a/Koha/Patrons.pm >+++ b/Koha/Patrons.pm >@@ -253,6 +253,7 @@ sub merge { > $rs->update( { $field => $keeper }); > } > >+ $patron->move_to_deleted(); > $patron->delete(); > } > >-- >2.10.2
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