https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39864
--- Comment #1 from Emily Lamancusa (emlam) <emily.lamanc...@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. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/