https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42116
--- Comment #1 from Eric Phetteplace <[email protected]> --- Created attachment 198690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198690&action=edit Bug 42116: e.preventDefault is a function, needs parentheses This change is unnoticeable in the UI, so the patch does not need before/after testing, but assurance that everything works. The affected code is used in 3 places for holds (cancelling a hold from reserve/request.pl, circ/circulation.pl, and members/moremember.pl) and 2 for cataloging (two different functions on cataloguing/additem.pl). For holds: 1. Create three holds on different bibs for a patron 2. On the same page where you create the last hold (reserve/request.pl), delete it 3. Circulation > Check out (circ/circulation.pl) > Check out a different title to patron 4. Switch to patron's Holds tab, delete a hold 5. Go to Patrons account (members/moremember.pl) > Holds tab, delete a hold 6. All holds should delete successfully For cataloging: 1. Go to any bib > New > New item 2. Select "Add Multiple Copies of this Item", add a note 3. Confirm multiple items are created with the note 4. Enter a new note, then select "Save as template" 5. Confirm the item template exists & create an item using it -- You are receiving this mail because: You are the assignee for the bug. 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/
