From 8bf6f4dc5ad2aad0a5dd59c4fb7f70fd6b0f069e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 24 Jun 2019 18:22:08 +0100 Subject: [PATCH] Bug 23152: (RM follow-up) Correct pluralisation of Koha::Libraries Signed-off-by: Martin Renvoize --- Koha/Schema/Result/Branch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 4e645d4d53..532f3d0665 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -688,7 +688,7 @@ sub koha_object_class { 'Koha::Library'; } sub koha_objects_class { - 'Koha::Librarys'; + 'Koha::Libraries'; } 1; -- 2.39.2