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

    p_cir_04 (Loan report): how to add call number to it

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

    Description:
    How would we add the call number to the Cir-04 report?

    Resolution:
    Near the end of ./xxx01/form_eng/loan-report-00.xml and/or loan-report-01.xml files (whichever you want it to appear on), after these three lines:

    <xsl:with-param name="value" select="./z36-return-sub-location"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>

    insert the following five lines:

    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Call number'"/>
    <xsl:with-param name="value" select="./z30-call-no"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>

    Then do util i/6 to create the new html.pck - with updated forms to be transferred to the PC.

    Then close/restart your PC client.

    You can also update the ./pc_b_eng/p-cir-04.xml form to include the call number in the Report Format, but that is not necessary: the submission and the job work properly without this change.


    • Article last edited: 10/8/2013