base-amount from renew-order-encumbrance.trn always contains value e=encumbrance
- Article Type: General
- Product: Aleph
- Product Version: 21
Problem Symptoms:
When running Renew Order Encumbrances for Serials and Standing Orders (acq-06-b) parameter base-amount from renew-order-encumbrance.trn does not show the correct value (p=paid, e=encumbrance) but does always show e=encumbrance.
Cause:
Missing parameters in renew-order-encumbrance.trn and renew-order-encumbrance.xsl.
Resolution:
- ./xxxnn/form_lng/renew-order-encumbrance.xsl
change
<xsl:with-param name="value" select="./p-renew-based-on"/>
to
<xsl:with-param name="value" select="./base-amount"/>
- ./xxxnn/form_lng/renew-order-encumbrance.trn
add line
p-renew-bas
Additional Information
The value for ?€œp-renew-based-on?€? is only valid for the page header, it can not be used in a column of the report. So it should be added to the header of the report and be deleted from reports column.
Category: Background processing (500)
Subject: Batch (500)
- Article last edited: 10/8/2013