View | Details | Raw Unified | Return to bug 11889
Collapse All | Expand All

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 369-375 $patron->delete Link Here
369
369
370
Delete patron's holds, lists and finally the patron.
370
Delete patron's holds, lists and finally the patron.
371
371
372
Lists owned by the borrower are deleted or ownership is transfered depending on the
372
Lists owned by the borrower are deleted or ownership is transferred depending on the
373
ListOwnershipUponPatronDeletion pref, but entries from the borrower to other lists are kept.
373
ListOwnershipUponPatronDeletion pref, but entries from the borrower to other lists are kept.
374
374
375
=cut
375
=cut
376
- 

Return to bug 11889