https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 73507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73507&action=edit Bug 19892 (follow-up) Replace one more instance This patch replaces one more instance of [% IF ( numbersphr ) %]. To test, apply the patch and view the source of the OPAC home page. With the OPACNumbersPreferPhrase system preference set to 'use,' you should find this in the HTML source: <option value="callnum,phr">Call number</option> With the preference set to 'don't use,' you should find this: <option value="callnum">Call number</option> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.