[Bug 15400] Display patron age in useful places in the staff interface
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400 --- Comment #93 from Agnes Rivers-Moore <arm@hanover.ca> --- (In reply to Katrin Fischer from comment #92)
(In reply to Agnes Rivers-Moore from comment #87)
There are two or three fields we need to suppress. One is the date of birth, one is the age in years, and the third is the message that displays if there is nothing to display.
Born: 03/29/1951 (70 years) or No date of birth stored.
We tried the CSS that Katrin suggested, and it does not cover all those cases. It would need to hide DOB and Age. Also as we do not collect DOB, we need to hide whatever generates the message if DOB is empty. That would likely be useful for libraries that collect DOB only for children, not adults. Thank you!
Hi Agnes, the date of birth and the message are - as you say - separate issues. But we can also help with CSS there and maybe prefs there.
There are some options. In the example above, the years bit should be gone now, correct? And you do collect the date of birth from your patrons, but you don't want to display it in circulation? Check for the HidePersonalPatronDetailOnCirculation system preference. It should do just that :)
Hi Katrin We have all of it hidden now with a combination of CSS and JS, but there is a flicker when the screen redraws. So, our library has a fix in, but still would like to see this as a preference. We do not collect DOB for all patrons. We don't want to hide ALL personal information - we need phone and email. The preference hides everything. We only want to hide age/DOB. Thanks! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org