http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8392 Priority: P5 - low Change sponsored?: --- Bug ID: 8392 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: Memberentry is not enforcing birthdate restrictions Severity: enhancement Classification: Unclassified OS: All Reporter: ruth@bywatersolutions.com Hardware: All Status: NEW Version: unspecified Component: Patrons Product: Koha If dateofbirth is in BorrowerMandatoryFields, and a range of ages is set in the categories, when you enter a member, it's supposed to be checking to see if the patron's age is within that range, and complain if not. Indeed, the code seems to be trying to do just that (memberentry.pl, lines 267-276, as of 3.8.2), but it's not actually being enforced. It appears that the redefinition of @field_check for hiding some fields in the template (line 106) is the culprit. I'll have a patch shortly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.