Versions Compared

Key

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

...

Code Block
<xsl:if test="notification_data/display_list/overdue_and_lost_loan_notification_display/physical_item_display_for_printing/profile_names='RESOURCE SHARING OVERDUE AND LOST LOAN PROFILE'">
  <tr>
    <td>
      To discuss the any lost Resource Sharing fees please contact our Resource Sharing Office at: 
      <a href="mailto:EMAIL">EMAIL</a>
    </td>
  </tr>
</xsl:if>

...

Code Block
<xsl:if test="notification_data/display_list/overdue_and_lost_loan_notification_display/fines_fees_list/user_fines_fees/fine_fee_ammount/normalized_sum='90.00'">
  <tr>
    <td>
      <br />
        To discuss the any lost Resource Sharing fees please contact our Resource Sharing Office at: 
        <a href="mailto:EMAIL">EMAIL</a>
      <br />
      <br />
    </td>
  </tr>
</xsl:if>

...

There are numerous Alma Letters available Alma to help with notifying patrons and other libraries when items are overdue or lost. The above letters are the most common ones used in the CSU, but there are additional letters that you may find useful. For more information on Alma Letters please visit the Ex Libris Knowledge Center.