[Koha-bugs] [Bug 30162] XSLT has broken link for traced series because of OPAC/staff interface confusion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 20 15:03:25 CET 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|Patch doesn't apply         |RESOLVED

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I tried rewriting this patch for master, but there is no longer any mention of
the control-number index in the Utils file on master:

        <xsl:for-each select="marc:datafield[@tag=830 and @ind1!='z']">
            <xsl:choose>
                <xsl:when test="$UseControlNumber = '1' and
marc:subfield[@code='w']">
                    <a
href="/cgi-bin/koha/catalogue/search.pl?q=rcn:{marc:subfield[@code='w']}">


More so, to me it looks like it has always been rcn and not control-numer -
could this have been a local change? Scratching my head looking at the git
histories here:

https://git.koha-community.org/Koha-community/Koha/commit/c4e04e2cbaff0a9af124dc5a28ddbdc7058405d0

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


More information about the Koha-bugs mailing list