https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16066 Bug ID: 16066 Summary: JavaScript error on new patron form when duplicate is suspected Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/members/memberentry.pl OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Patrons Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com JavaScript on the patron add/edit form uses "document.form" to find the value of a form field on the page: var age = CalculateAge(document.form.dateofbirth.value); If you have tried to save a patron which is suspected to be a duplicate, the template defines the <form> without a name attribute and thus the value of dateofbirth cannot be found. -- You are receiving this mail because: You are watching all bug changes.