3 Jan
2019
3 Jan
'19
12:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22058 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It's line 320 in opac-MARCDetail.pl: $item_data->{$subfield_code} ||= " " If you change that to " " or "" it will display correctly. But: I compared the display to staff and there we actually use a $raw filter on the template which will also display correctly. It has the added benefit that HTML used in note fields (I know, we do that) will display correctly. So I will propose a patch making staff and OPAC match. -- You are receiving this mail because: You are watching all bug changes.