https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256
--- Comment #29 from Josef Moravec <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
