[Koha-bugs] [Bug 26862] MARC21 530 is missing from staff interface and has no label

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 7 09:16:05 CEST 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
<xsl:attribute name="href"><xsl:value-of select="text()"/></xsl:attribute>
You might need to str-encode-uri and normalize-space stuff here.
Something like (do not copy):
<xsl:value-of
select="str:encode-uri(concat($scriptname,'?q=ti,phr:',translate($quoted_title,
'()', '')),false())"/>
<xsl:value-of select="normalize-space(marc:subfield[@code=$cnum_subfield])"/>

Why do you open a new window in OPAC (pref dependent) and not in staff? Could
imagine that staff could have it.

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


More information about the Koha-bugs mailing list