Bug 7631

Summary: Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Self checkoutAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: critical    
Priority: P5 - low CC: dschust1, jonathan.druart, julian.maurice, magnus, nengard, paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 7090    
Attachments: Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl
Bug 7633 - Move display of patron image in self checkout
[Signed-off] Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl

Description Owen Leonard 2012-03-01 14:54:26 UTC
Line 135 of sco-main.pl:

        ( $impossible, $needconfirm ) = CanBookBeIssuedCheckout(

I assume this is a typo for CanBookBeIssued
Comment 1 Owen Leonard 2012-03-01 15:03:01 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2012-03-01 16:09:15 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2012-03-01 16:10:13 UTC
Sorry, wrong bug report!
Comment 4 Julian Maurice 2012-03-02 13:09:25 UTC
Created attachment 7981 [details] [review]
[Signed-off] Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl
Comment 5 Julian Maurice 2012-03-02 13:10:20 UTC
Simple fix, easy to test.
Signed-off.
Comment 6 Jonathan Druart 2012-03-02 14:30:01 UTC
Passed QA. 
Seemingly, the CanBookBeIssuedCheckout routine never existed
Comment 7 Owen Leonard 2012-03-07 19:03:37 UTC
*** Bug 7666 has been marked as a duplicate of this bug. ***
Comment 8 Magnus Enger 2012-03-16 11:56:50 UTC
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.
Comment 9 Jared Camins-Esakov 2012-05-09 16:50:53 UTC
This bug will be included in the Koha 3.6.5 release.
Comment 10 David Schuster 2012-05-10 17:01:45 UTC
(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!