From 04e8d1466c0079fb90b34106af5ee21df9149394 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 Signed-off-by: Nick Clemens --- 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