https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17522 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 57048 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57048 Bug 17522 - opac-user.pl gives error of OpacRenewalAllowed is enabled Review of attachment 57048: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17522&attachment=57048) ----------------------------------------------------------------- ::: Koha/Patron.pm @@ +467,5 @@
+=head3 should_block_expired_patron_opac_actions + +=cut + +sub should_block_expired_patron_opac_actions {
It sounds to me that this method should actually override Koha::Patron::Category->BlockExpiredPatronOpacActions, don't you think? -- You are receiving this mail because: You are watching all bug changes.