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

    Incomplete sublibrary address on plain Overdue summary letter

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Problem Symptoms:
    * The library's address that appears in the body of the e-mail is not full, i.e., only the first seven lines are displayed so telephone and fax are excluded.
    * The address in the file tab_sub_library_address.lng correctly has telephone and fax

    Cause:
    The relevant lines are missing in the xsl template

    Resolution:
    To include all 9 lines from the sublibrary address on the overdue e-mail:

    1. modify the xsl template "plain-funcs-address.xsl" as follows:

    <xsl:template name="sublib-address">
    <xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ1"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ2"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ3"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ4"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ5"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ6"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ7"/><xsl:call-template name="new-line"/>
    </xsl:template>

    --> add lines

    <xsl:value-of select="//sub-library-address-1-occ8"/><xsl:call-template name="new-line"/>
    <xsl:value-of select="//sub-library-address-1-occ9"/><xsl:call-template name="new-line"/>

    2. Use util i/6 to recreate the print template package

    Category: Circulation (500)

    Subject: Printing


    • Article last edited: 10/8/2013