Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Recent Issues display twice and include the journal title in Voyager WebVoyage

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    In our WebVoyage OPAC the "Recent Issues" are displaying twice (duplicating) and the journal title is displaying (which we don't want).  How can we fix this?

    clipboard_e332287d7baa9748b072edc50b247a629.png

    Answer

    There are two different things that need to be changed.

    First, in your displayHoldings.xml, both 102X Display Codes for recent issues are active, which is why you are seeing double:


    <holdingsTags label="Recent Issues:">
    <displayTag field="866" indicator1="|" indicator2="|" subfield="az" />
    <displayTag field="1020" />
    <displayTag field="1021" />
    </holdingsTags>
     

     

    Comment one of those Display Codes out. The codes pull from the same data in the serials check-in record. 

    The 1020 is hard coded and if you choose it, no other action is required.

    Second, the 1021 Display Code uses the 102X_config.xml file for its configuration. If you choose it, review the related config file.

    Included in that configuration set in the 102X_config.xml file is whether or not to display the component name:

    <!-- Should component names be displayed?
    Valid values: [ Y | N ] -->
    <displayComponentName>Y</displayComponentName>

     

    If you change this to "N" you will no longer see the journal title in the holdings.

     

     


    • Article last edited: 12-Jan-2021
    • Was this article helpful?