Bug 24770 - Show age of patron on circulation page
Summary: Show age of patron on circulation page
Status: RESOLVED DUPLICATE of bug 15400
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Radek Šiman (R-Bit Technology, s.r.o.)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-29 21:39 UTC by Michal Denar
Modified: 2020-03-03 19:28 UTC (History)
6 users (show)

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


Attachments
Bug 24770: Show age of patron on circulation page (1.33 KB, patch)
2020-03-02 23:03 UTC, Radek Šiman (R-Bit Technology, s.r.o.)
Details | Diff | Splinter Review
Bug 24770: Show age of patron on circulation page (1.38 KB, patch)
2020-03-03 12:53 UTC, Michal Denar
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Denar 2020-02-29 21:39:15 UTC
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.
Comment 1 Radek Šiman (R-Bit Technology, s.r.o.) 2020-03-02 23:03:06 UTC
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
Comment 2 Michal Denar 2020-03-03 12:53:22 UTC
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>
Comment 3 Lisette Scheer 2020-03-03 18:21:56 UTC
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.
Comment 4 Josef Moravec 2020-03-03 19:28:19 UTC

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