[Koha-bugs] [Bug 3130] IE7: Javascript warning on Holds ratios to calculate if there are no hold ratios over the threshold

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Wed Apr 29 01:28:08 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3130


Joe Atzberger <joe.atzberger at liblime.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |PATCH-Sent




--- Comment #3 from Joe Atzberger <joe.atzberger at liblime.com>  2009-04-28 23:28:08 ---
Confirmed minified version is current.  Attempting to debug w/ non-minified
version shows same error "parsers is undefined" from line 483.  

That's the inner line from:

function getCachedSortType(parsers,i) {
    return parsers[i].type;
};

I think the problem is that the table is empty/missing initially.  This script
has some other errors that need to be cleaned up too.  Specifically, it is
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.  


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list