https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 --- Comment #29 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 88543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88543 Bug 20256: Add new methods for checking item editing permissions Review of attachment 88543: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20256&attachment=88543) ----------------------------------------------------------------- ::: Koha/Patron.pm @@ +1147,5 @@
}
+=head3 libraries_where_can_see_patrons + +my $libraries = $patron-libraries_where_can_see_patrons;
Should be $patron->libraries_where_can_see_patrons; missing ">" character -- You are receiving this mail because: You are watching all bug changes.