Line 135 of sco-main.pl: ( $impossible, $needconfirm ) = CanBookBeIssuedCheckout( I assume this is a typo for CanBookBeIssued
Created attachment 7967 [details] [review] 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.
Created attachment 7970 [details] [review] Bug 7633 - Move display of patron image in self checkout This patch moves the display of the patron image in self-checkout from above the checkout form into a column to the right of the form. The patch also corrects an error in the display of the page title which was preventing correct display of the library name. To test this change confirm that the page title shows the value of your LibraryName system preference or "Koha" if the preference is empty.
Sorry, wrong bug report!
Created attachment 7981 [details] [review] [Signed-off] Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl
Simple fix, easy to test. Signed-off.
Passed QA. Seemingly, the CanBookBeIssuedCheckout routine never existed
*** Bug 7666 has been marked as a duplicate of this bug. ***
This patch needs to go into the stable branch too. I just had this error when doing a normal checkout in SCO, and the patch fixes it.
This bug will be included in the Koha 3.6.5 release.
(In reply to comment #9) > This bug will be included in the Koha 3.6.5 release. Thanks all I just ran across this bug when doing my testing in preparation to upgrade to 3.06.04!! Once again proving this is a great piece of software with a fabulous community behind it!