Bug 20132 - Source: vs. In: in result list and detail pages
Summary: Source: vs. In: in result list and detail pages
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-02 15:33 UTC by Katrin Fischer
Modified: 2018-02-02 15:33 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2018-02-02 15:33:54 UTC
In the OPAC we display 773$t in the result list as "Source"

 598     <xsl:if test="marc:datafield[@tag=773]">
 599         <xsl:for-each select="marc:datafield[@tag=773]">
 600             <xsl:if test="marc:subfield[@code='t']">
 601     <span class="results_summary source">
 602     <span class="label">Source: </span>
 603             <xsl:value-of select="marc:subfield[@code='t']"/>
 604     </span>
 605             </xsl:if>
 606         </xsl:for-each>
 607     </xsl:if>

On the detail page the same information is labelled as In: and shows many more subfields.

We should improve both displays to be the same in detal/result in OPAC/intranet.