https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |41170 Assignee|koha-bugs@lists.koha-commun |emily.lamancusa@montgomeryc |ity.org |ountymd.gov Status|NEW |ASSIGNED CC| |emily.lamancusa@montgomeryc | |ountymd.gov --- Comment #2 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Looks like this is a bug introduced by bug 41170. As a stopgap, I was able to spot fix it by adding the following JQuery to the IntranetUserJS system preference: $(document).ready(function () { // Workaround for bug 42701 if($('#cat_additem').length > 0) { $('#itemst').find('tr').addClass('editable'); } }); Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41170 [Bug 41170] Highlight previously edited item on add items page -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.