https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #3 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 199612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199612&action=edit Bug 42701: Fix editable class on additem.pl When editing the items on a biblio record, you should be able to select an item to edit by clicking anywhere on the item row. This functionality was lost because the "editable" class was not getting added correctly to the table row. This patch fixes that issue. To test: 1. Find a biblio record that has at least one item 2. Click on Edit > Manage items 3. In the table that lists editable items, click on any cell of any item (other than the Actions button) --> Nothing happens; the buttons to "Edit item" and "Delete item" do not appear as expected 4. Apply patch and refresh the page 5. Repeat step 3 --> The buttons to "Edit item" and "Delete item" appear -- You are receiving this mail because: You are watching all bug changes.