From 57a8a34a3c30adb3cd31bdaf6630da392ff17a1d 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 efb1257db5b..d8cc3d14c5d 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -1545,7 +1545,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