[Koha-bugs] [Bug 19443] Error while attempting to duplicate a patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 11 09:45:40 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19443

--- Comment #1 from Alex Arnaud <alex.arnaud at 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.


More information about the Koha-bugs mailing list