Bug 4843

Summary: Hold Over tab broken
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED WONTFIX QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: P5 - low CC: gmcharlt, oleonard
Version: rel_3_0   
Hardware: All   
OS: All   
URL: http://10.100.30.53:8080/cgi-bin/koha/circ/waitingreserves.pl#holdsover
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Revised version of the 3.0.6 release template

Description Christopher Brannon 2010-06-01 14:47:40 UTC
When trying to view information on holds that have ended (have not been picked up), the page never shows.  Firefox 3.6.3 does not show a problem, and just doesn't do anything when the link is clicked.  IE8 shows an error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 1 Jun 2010 14:35:58 UTC


Message: Exception thrown and not caught
Line: 324
Char: 21
Code: 0
URI: http://10.100.30.53:8080/intranet-tmpl/prog/en/lib/jquery/plugins/ui.tabs.js


Message: Exception thrown and not caught
Line: 324
Char: 21
Code: 0
URI: http://10.100.30.53:8080/intranet-tmpl/prog/en/lib/jquery/plugins/ui.tabs.js
Comment 1 Owen Leonard 2010-06-01 14:54:12 UTC
I don't have an installation of 3.0.6 to test, but I'm pretty sure this bug is happening because there aren't actually any holds to list under the "Hold(s) Over" tab. I'm downgrading the severity of the bug because the tab should at least work when there is something to display.
Comment 2 Owen Leonard 2010-06-01 14:55:31 UTC
Created attachment 2190 [details]
Revised version of the 3.0.6 release template

I pulled a copy of the template from the 3.0.6 release and modified it to correct the bug. If anyone can test it in their installation I'd be grateful.
Comment 3 Christopher Brannon 2010-06-01 16:24:07 UTC
The revision worked for me.  Also, the bug DIDN'T allow the page to work, even with something to display.  This was why I discovered it.  I had been waiting for a hold to lapse to see how the system handled it.  With the revision I am now able to see the hold that has ended.