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

    Request ID in the Ful Resource Request Slip Letter

    • Product: Alma

    Description

    In the Ful Resource Request Slip Letter there is a barcode image representing the request id. Is it possible to use the request id as text instead as an image?

    Resolution

    Replace this code

    <tr>
       <td><b>@@request_id@@: </b><img src="cid:request_id_barcode.png" alt="Request Barcode"/></td>
    </tr>

    with

    <tr>
       <td><b>@@request_id@@: </b><xsl:value-of select="notification_data/request_id"/></td>
    </tr>

     


    • Article last edited: 03-Apr-2020