[Koha-bugs] [Bug 15400] Display patron age in useful places in the staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 15 22:03:07 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400

--- Comment #82 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Agnes Rivers-Moore from comment #81)
> Need a way to turn this off! This patch seems to have been added without any
> way to suppress the display of patron age or date of birth, and it is all
> over Koha. This library does not want people's age displayed every time we
> check out. That is sensitive personal information. Actually we do not
> collect it, so Koha now wastes screen space showing "No date of birth
> stored" in multiple places. Please add a preference to suppress this if
> required by each library.  Thank you. ;-)

Hi Agnes, actually this has a way to turn it off. See here:
class='age_years'

So all you need to do is add this line to your IntranetUserCSS:

.age_years { display:none; }

Let me know if that works in all places you need it to and if somewhere is
missing, I am sure we can figure it out.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list