From 7d9ef13fa28462f201abcaab1b9a8aac9e178695 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Dec 2019 17:29:56 +0100 Subject: [PATCH] Bug 24150: Add tests --- Koha/Old/Patrons.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Old/Patrons.pm b/Koha/Old/Patrons.pm index edc74bd8a3..3e0c0b38d3 100644 --- a/Koha/Old/Patrons.pm +++ b/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 -- 2.11.0