SLNP: Removal of suffix SL when printing z416-group-qualifier
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
We are using SLNP ILL and want to print out the requester reference number of lending requests on several printouts. In Aleph this number is stored in z416-group-qualifier but always with additional suffix SL. How can we print the reference number without suffix SL?
Resolution:
In the relevant xsl-template (e.g. ill-print-lend-request-00.xsl) change this line
<xsl:with-param name="value" select="./z416-group-qualifier"/>
to
<xsl:with-param name="value" select="translate(./z416-group-qualifier,' SL','')" />
Then during print out the suffix SL will be removed.
- Article last edited: 10/8/2013