https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406
--- Comment #5 from Andrew Fuerste-Henry <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
