@@ -, +, @@ --- Koha/Old/Patrons.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Old/Patrons.pm +++ a/Koha/Old/Patrons.pm @@ -38,7 +38,7 @@ Koha::Old::Patrons - Koha Old::Patron Object set class =cut sub _type { - return 'Deleteborrower'; + return 'Deletedborrower'; } =head3 object_class --