On circulation page we can see information about patron: Name, adress, telefono nember, e-mail etc. Can we add information about age of patron? It's very useful for verification in case if librarian have suspicion on fraud (someone try to use card from other patron). It's useful if librarian want to recomended book that match to age of patron.
Created attachment 99969 [details] [review] Bug 24770: Show age of patron on circulation page This patch only adds new line containing age to the patron info 1) Navigate to a patron checkout page 2) No age is visible above "category" in patron's info above circ menu 3) Apply the patch 4) Reload this patron 5) Age is here and always visible regardless the active tab
Created attachment 99994 [details] [review] Bug 24770: Show age of patron on circulation page This patch only adds new line containing age to the patron info 1) Navigate to a patron checkout page 2) No age is visible above "category" in patron's info above circ menu 3) Apply the patch 4) Reload this patron 5) Age is here and always visible regardless the active tab Signed-off-by: Michal Denar <black23@gmail.com>
I appreciate that the patch contains a div for the age because I know some libraries would rather not always display the information. This will allow us to use JQ to hide the information. For example we put all our adult patrons at birth year 1900 because we only care if they over 18, not how old they are.
*** This bug has been marked as a duplicate of bug 15400 ***