Bug 8464 - Age limitations not handled during patron creation
Summary: Age limitations not handled during patron creation
Status: RESOLVED DUPLICATE of bug 8392
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Adrien SAURAT
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 09:09 UTC by Adrien SAURAT
Modified: 2015-05-03 20:08 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
proposed patch #1 (3.07 KB, patch)
2012-07-18 09:15 UTC, Adrien SAURAT
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***