From: Martin Renvoize Date: Mon, 24 Jun 2019 17:22:08 +0000 (+0100) Subject: Bug 23152: (RM follow-up) Correct pluralisation of Koha::Libraries X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=8bf6f4dc5ad2aad0a5dd59c4fb7f70fd6b0f069e Bug 23152: (RM follow-up) Correct pluralisation of Koha::Libraries Signed-off-by: Martin Renvoize --- diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 4e645d4..532f3d0 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;