[Koha-bugs] [Bug 22058] OPAC holdings table shows   instead of blank

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 3 00:13:38 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22058

--- Comment #2 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list