Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl
Summary: Self checkout renewal fails because of reference to non-existent subroutine i...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Self checkout (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low critical (vote)
Assignee: Owen Leonard
QA Contact: Ian Walls
URL:
Keywords:
: 7666 (view as bug list)
Depends on:
Blocks: 7090
  Show dependency treegraph
 
Reported: 2012-03-01 14:54 UTC by Owen Leonard
Modified: 2019-06-27 09:24 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl (1.28 KB, patch)
2012-03-01 15:03 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 7633 - Move display of patron image in self checkout (4.25 KB, patch)
2012-03-01 16:09 UTC, Owen Leonard
Details | Diff | Splinter Review
[Signed-off] Bug 7631 - Self checkout renewal fails because of reference to non-existent subroutine in sco-main.pl (1.30 KB, patch)
2012-03-02 13:09 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!