From 65e49b79dd4d2609ef34a10f2767c3855cf8f3f4 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 31 Aug 2021 13:52:38 +0000 Subject: [PATCH] Bug 20256: (follow-up) Fix spelling --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 671d101a78..318a64f283 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -1623,7 +1623,7 @@ sub libraries_where_can_see_patrons { my $libraries = $thing-libraries_where_can_see_things; -Returns a list of libraries where an aribitarary action is allowd to be taken by the logged in librarian +Returns a list of libraries where an aribitarary action is allowed to be taken by the logged in librarian against an object based on some branchcode related to the object ( patron branchcode, item homebranch, etc ). We are supposing here that the object is related to the logged in librarian (use of C4::Context::only_my_library) -- 2.30.2