...
Travis Winwood’s suggestion for Postal Code fix for letters: https://clo-collaboration-spaces.atlassian.net/wiki/display/DFT/customcontent/list/ac%3Aquestions-answers-for-confluence%3Aquestion?ac.questions-answers-for-confluence.path=/questions/1484488727
Daniel’s suggestion for customizing the addresses for the Resource Sharing Return Slip and Resource Sharing Shipping Slip: https://clo-collaboration-spaces.atlassian.net/wiki/spaces/RSIP/pages/1369243679/Humber+-+Discussion+Page?focusedCommentId=1483177996
Conestoga College customizations:
Resource Sharing Return Slip:
(modification at line 97)View file name ResShar-ReturnSlip-CONE_20240723.txt Resource Sharing Shipping Slip:
(modification at line 81)View file name ResShar-ShippingSlip-CONE_20240723.txt
Customization to fix address line 3 not populating the Resource Sharing Shipping Slip Letter
Go to Configuration >General > Letter Configuration > Resource Sharing Shipping Slip Letter
Scroll down the XSL script to the section for “notification_data/partner_shipping_info_list/partner_shipping_info”
Add code between address 2 and address 4. See below image.
<tr><td><xsl:value-of select="address3"/></td></tr>
...
Customizations to change Dear Sir/Madam greeting in Query to Patron, Resource Sharing Request Confirmation Letter, On Hold Shelf Letter from Conestoga College
...