Bugzilla – Attachment #73646: 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 274-279 sub merge {
Link Here
274
$rs->update( { $field => $keeper });
274
$rs->update( { $field => $keeper });
275
}
275
}
276
276
277
$patron->move_to_deleted();
277
$patron->delete();
278
$patron->delete();
278
}
279
}
279
280
280
-
Return to
bug 9302