https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #14 from Owen Leonard <oleonard@myacpl.org> --- 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.