Bugzilla – Attachment #70479: Bug 9302 [QA Followup] Copy merged patrons to deletedborrowers table for
bug #9302
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 9302
Collapse All
|
Expand All
(-)
a/Koha/Patrons.pm (-1 / +1 lines)
Lines 253-258 sub merge {
Link Here
253
$rs->update( { $field => $keeper });
253
$rs->update( { $field => $keeper });
254
}
254
}
255
255
256
$patron->move_to_deleted();
256
$patron->delete();
257
$patron->delete();
257
}
258
}
258
259
259
-
Return to
bug 9302