https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED Blocks| |16447 --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Bouzid from comment #14)
Hi all, The borrow permission is removed, but it existing in this files:
opac/opac-idref.pl:40: flagsrequired => { borrow => 1 }, opac/opac-news-rss.pl:37: flagsrequired => { borrow => 1 }, opac/opac-restrictedpage.pl:43: flagsrequired => { borrow => 1 }, opac/svc/login:46 checkauth( $query, 1, { borrow => 1 }, 'opac', $decoded_json->{'email'} );
I think, it's a bug.
Bouzid.
Yes it is, it always better to open a new bug report, especially when the original one is marked as resolved. See bug 16447 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 [Bug 16447] "Borrow Permission" should not be used anymore -- You are receiving this mail because: You are watching all bug changes.