Bug 8464

Summary: Age limitations not handled during patron creation
Product: Koha Reporter: Adrien SAURAT <adrien.saurat>
Component: PatronsAssignee: Adrien SAURAT <adrien.saurat>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 - low CC: gmcharlt, katrin.fischer, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: proposed patch #1

Description Adrien SAURAT 2012-07-18 09:09:48 UTC
TEST PLAN
1) Create a patron category allowing users from 10 to 20 years old.
2) Set the BorrowerMandatoryField system preference to ask for the date of birth when creating a patron. Just add "|dateofbirth" at the end of the string if the date is not there yet.
3) Create a patron with a birth date in 2012.

No error message will be displayed and the patron is created even though it should have been forbidden.
Comment 1 Adrien SAURAT 2012-07-18 09:15:54 UTC
Created attachment 10928 [details] [review]
proposed patch #1
Comment 2 Owen Leonard 2012-07-18 13:22:18 UTC
Is this the same as Bug 8392?
Comment 3 Adrien SAURAT 2012-07-18 13:24:46 UTC
Oh yes, didn't find this one :/
Comment 4 Adrien SAURAT 2012-07-18 13:27:49 UTC

*** This bug has been marked as a duplicate of bug 8392 ***