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

Mark Alexander <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #266 from Mark Alexander <[email protected]> ---
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 "&nbsp;" (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 &nbsp; mess, but I'm guessing this is not the correct
solution.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to