@@ -, +, @@ --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -369,7 +369,7 @@ $patron->delete Delete patron's holds, lists and finally the patron. -Lists owned by the borrower are deleted or ownership is transfered depending on the +Lists owned by the borrower are deleted or ownership is transferred depending on the ListOwnershipUponPatronDeletion pref, but entries from the borrower to other lists are kept. =cut --