Koha/circ
Joe Atzberger de38cf6df1 Bug 3130 and general cleanup
Javascript error in FF and IE when loading page and no data matches criteria.
This was because it was passing more holds than necessary to the template and
letting a template conditional inside the loop control whether to display or not.
That doesn't make sense, and it forces the table to be displayed even when all
rows FAIL the conditional.  jquery.tablesorter was confused trying to be added
on top of an empty table with nothing to sort.

There were several other errors addressed by this patch:
 ~ 13 unused variables deleted.
 ~ regexps run on user-supplied $var before checking $var defined
 ~ decimal ratio prohibited and silently replaced with "3"

I also added the hold ratio to a column display, with a jquery tweak to put it in
the ratio input box on click.  Hidden .sql div now contains the actual query run,
like the other wizard reports.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-04-29 07:29:10 -05:00
..
billing.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
bookcount.pl fixes error below... 2009-03-27 18:37:05 -05:00
branchoverdues.pl Branchoverdues circ report reworking. 2009-03-06 15:01:41 -06:00
branchtransfers.pl This patch allows the Branch Transfer Limits feature to limit transfers either by itemtype ( like the original commit ) or collection code ( new feature ). 2009-03-06 11:27:16 -06:00
circulation-home.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
circulation.pl Enabling listing of category codes when "new patron" button is displayed. 2009-02-25 16:32:35 -06:00
hold-transfer-slip.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
overdue.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
pendingreserves.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
reserveratios.pl Bug 3130 and general cleanup 2009-04-29 07:29:10 -05:00
returns.pl New feature Number of Returned Items to Show 2009-04-24 13:23:44 -05:00
selectbranchprinter.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
stats.pl circ/stats.pl - debugify warnings 2008-01-03 20:19:22 -06:00
transferstoreceive.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
view_holdsqueue.pl Adding additional information and consolidating display of information in holds queue report 2009-02-26 14:53:15 -06:00
waitingreserves.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
ysearch.pl Fix an encoding issue on circulation autocompletion 2008-05-20 12:55:08 -05:00