https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39864 --- Comment #1 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Ah, it's because there are two separate TT sections that check if op = edit_form, with the "save" button in the first section and the actual form fields in the second section. The opening <form> tag was in the first TT IF block, and the closing </form> tag was in the second TT IF block farther down the page. This is not allowed as of 38714, so the opening <form> tag was moved into the second TT IF block...which left the save button out of the form! Hopefully this won't be too big of a refactor to fix... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.