https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23968 --- Comment #1 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Created attachment 95039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95039&action=edit Bug 23968: fix OPACMySummaryNote feature The system preference OPACMySummaryNote is used to display on the logged-in patron summary page at OPAC. It does not display anymore. Looks like it comes from code : [% IF OPACMySummaryNote %][% Koha.Preference('OPACMySummaryNote') | $raw %][% END %] OPACMySummaryNote used to be a provided variable. Test plan: 1) Enable system preference OPACMySummaryNote 2) Enter some HTML into it 3) Go to OPAC and loggin 4) Check you see the HTML in opac-user.pl 5) Disable the preference 6) Check you dont see the HTML anymore -- You are receiving this mail because: You are watching all bug changes.