https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35599 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 163821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163821&action=edit Bug 35599: Fix Pronouns and HidePersonalPatronDetailOnCirculation Bug 10950 adds a pronouns text field to the patron record. Currently it is hidden by system preference 'HidePersonalPatronDetailOnCirculation'. This patch moves pronouns outside this system preference influence. Test plan: 1) Add pronouns to a patron 2) Set system preference 'HidePersonalPatronDetailOnCirculation' to "Don't hide" 3) Check you see pronouns in circulation page /cgi-bin/koha/circ/circulation.pl?borrowernumber=X 4) Set system preference 'HidePersonalPatronDetailOnCirculation' to "Hide" 5) Refresh circulation page => Without patch pronouns are hidden => With patch pronouns are displayed -- You are receiving this mail because: You are watching all bug changes.