Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. Sort Options for bor-list Form

    Sort Options for bor-list Form

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    • Article Type: Q&A
    • Product: Aleph
    • Product Version: 21

    Question

    Where is the sorting for bor-list-00 (Patron Circulation Summary) form letter controlled?

    Answer

    1. For loans, the sort order in bor-list can be found in the following line in ./xxx50/data/tab_z36_sort.
    DEFAULT A 00

    2. For holds, the sort order listed in bor-list is hard-coded. It is sorted by priority, request date, open date, and open hour.
    Additional sorts for holds can be added with the following line to bor-list-xsl, which is located in the ./xxx50/form_lng (or xxx01/form_lng) directory or whatever location is the default. (This form_lng location can be checked in the ./xxx50/tab/path_convert.)
    It will sort according to the fields specified:
    <xsl:sort select="z36-due-date" order="ascending"/>

    Add it in the section below in the place shown:
    <!--section-02 (GRID)-->
    <xsl:for-each select="//section-02">
    <xsl:sort select="z36-due-date" order="ascending"/>
    <xsl:if test="position() = 1">
    <xsl:call-template name="section-02">
    <xsl:with-param name="header" select="'header'"/>
    </xsl:call-template>
    </xsl:if>
    <xsl:call-template name="section-02"/>
    </xsl:for-each>

    Category: Circulation (500)

    Subject: Printing


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Sort option and tab_sort table
      • Sort options not available for results exceeding 999,9999
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 21
      2. Circulation (500)
      3. contype:kba
      4. Printing
      5. Prod:Aleph
      6. Type:Q&A
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved