https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43257
--- Comment #2 from Owen Leonard <[email protected]> --- Created attachment 203417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203417&action=edit Bug 43257: Remove event attributes from circulation.tt This patch updates circulation.tt in order to remove event attributes in favor of defining event handlers in the relevant JS file. To test, apply the patch and clear your cache if necessary. - If necessary, enable the SpecifyDueDate system preference. - Check out to a patron. - Click the checkout settings icon inside the barcode field. - Click the "Specify due date" field's "Remember for session" checkbox - The focus should move to the barcode field. - Enable recalls if necessary - Locate a checked out item which can be recalled. - Log in to the OPAC and recall the item. - In the staff interface, try to check that item out to another patron. - You should get a "Please confirm checkout" message. - Click the "Don't check out and print slip" button. - A popup should open for printing a recall slip. - The checkout page should reload without checking out the item. - If necessary, place a hold on an item for delivery to your logged-in library, check in the item, and confirm the hold. - Try to check out the item to another patron. - You should get a "Please confirm checkout" message. - Click "Don't check out, confirm hold, and print slip" - A popup should open for printing a hold slip. - The checkout page should reload without checking out the item. - If necessary, place a hold on an item but do not check it in. - Try to check out the item to a patron. - You should get a "Please confirm checkout" message. - Click "Cancel checkout and place hold for..." - You should be redirected to the holds page, placing a hold for that patron and that item. - The item should not have gotten checked out in the process. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
