https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19443 --- Comment #1 from Alex Arnaud <alex.arnaud@biblibre.com> --- Created attachment 67923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67923&action=edit Bug 19443 - wrong HTML in patron creation page (members/memberentry.pl) The form provided on top of the page if Koha find a duplicate patron is not closed. This cause some trouble. Test plan: - Edit the syspref IntranetUserJS and type the following code: "$(document).ready(function() { $("#memberentry_library_management").insertBefore("#memberentry_identity"); });" - create a patron so that Koha will warn you about a duplicate one, - click on "Not a duplicate. Save as new record", - you should get error(s) about empty field(s). Note that now, the library management part's fields are empty or reset to default -- You are receiving this mail because: You are watching all bug changes.