https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39464
--- Comment #3 from Phil Ringnalda <[email protected]> --- And it's clownshoes all the way down. Circulation and fine rules doesn't set .highlighted-row on its <tr>, it sets it on every <td> in the <tr>, so not only does the tr:nth-child(odd):not() need to include .highlighted-row, the td:not() needs to as well. I was going to just write a patch and try to sell a test plan including only the uses I knew how to get to, but since those three are all broken in different ways, I think this needs someone who knows how to write a test plan that gets to mana-report-search-result.inc and mana-subscription-search-result.inc and subscription-detail.tt as well. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
