[Koha-bugs] [Bug 8392] New: Memberentry is not enforcing birthdate restrictions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 16:01:25 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8392

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8392
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Memberentry is not enforcing birthdate restrictions
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: ruth at 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.


More information about the Koha-bugs mailing list