]> git.koha-community.org Git - koha.git/commit
Bug 35599: Fix Pronouns and HidePersonalPatronDetailOnCirculation
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 25 Mar 2024 14:53:10 +0000 (15:53 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Apr 2024 09:51:13 +0000 (11:51 +0200)
commit07738adbf08a66fdb91728dedc1362a8a75a3067
tree61362ff8b9e4b1139aa94cf0e20f7b7fdd8e50e0
parent34aa31b22d8262c108988071949c5bd4dfc78a88
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

Signed-off-by: Hebah <hebah@bywatersolutions.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc