https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #14 from Owen Leonard <[email protected]> --- I didn't get far into this before running into Bug 16089, but I did find that sorting on acqui/basket.pl wasn't correct. I'm curious why you use { "sType": "anti-the", "aTargets": [ 0 ] } ...instead of... { "sType": "anti-the", "aTargets": [ "anti-the" ] } ...with a class on the <th>: <th class="anti-the"> I find that much simpler to work with because you don't have to account for columns being conditionally included or not. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
