[Koha-bugs] [Bug 23406] Authorized Value for Suppression when added to Frameworks doesn't show Suppress in Staff Client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 13:56:42 CEST 2020


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

--- Comment #5 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
I'm on master using Koha testing docker, so those should be up to date. Here's
the relevant bit from MARC21slim2intranetResults.xsl (line 285):
        <!-- Indicate if record is suppressed in OPAC -->
        <xsl:if test="$OpacSuppression = 1">
            <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] =
'1']">
                <span class="results_summary suppressed_opac">Suppressed in
OPAC</span>
            </xsl:if>
        </xsl:if>

Katrin, is that the same file you're using?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list