http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7631 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2012-03-01 15:03:01 UTC --- Created attachment 7967 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7967 Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl Changing "CanBookBeIssuedCheckout" to "CanBookBeIssued" To test, try to renew an item which has no renewals left. Before the patch you'll get an error: Undefined subroutine &main::CanBookBeIssuedCheckout called at /opac/sco/sco-main.pl line 135. After the patch you'll get the correct message about having no renewals left. Other tests: checking out a barcode which doesn't exist, checking out an item which is on hold for another patron. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.