Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSU Directions

In the directions for the letter there are a few points that are misleading. I have edited most of the code so you only need to worry about the text in blue. Simply copy all the code on this page and paste it into the letter after this line:

...

<td><xsl:call-template name=”recordTitle” /> <!– recordTitle.xsl –></td>

</tr>

Text to Copy:

<xsl:if test=”notification_data/request/resource_sharing_request_id != ””>
<xsl:if test="notification_data/request/status_note_display != 'Time to pick up resource from hold shelf has passed'">

...

                                            </xsl:if>
</xsl:if>

No ILLiad Link For Expired Hold Shelf Items:

The above code was edited to prevent an ILLiad link from being included in emails for items cancelled because they were not picked up from the hold shelf. This is to prevent patrons from ordering the same item a second time when they had already received it. the code consists of two additions:

...