[Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 24 15:12:23 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256

--- Comment #29 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list