https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618 Mark Alexander <marka@pobox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marka@pobox.com --- Comment #266 from Mark Alexander <marka@pobox.com> --- In the OPAC, when looking at the MARC view for an item, there is a table at the bottom of the page showing some holding information. Those table fields that used to be blank in 18.05 are now displaying as " " (without the quotes) in 18.11. In my particular case, the fields that are displayed this way are: * Withdrawn status * Lost status * Damaged status * Not for loan I'll attach some before-and-after screenshots. I determined that this was caused by the change to opac-MARCdetail.tt made for bug 13618, by reverting that change for line 151. That is, I changed that line from: <td>[% item.$sf_code | html %]</td> to this: <td>[% item.$sf_code %]</td> That removed the mess, but I'm guessing this is not the correct solution. -- You are receiving this mail because: You are watching all bug changes.