]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/hold_notification_template.example
basic hold notify template
[working/Evergreen.git] / Open-ILS / examples / hold_notification_template.example
1 # --------------------------------------------------------------------
2 # Test comments..
3 # --------------------------------------------------------------------
4
5 ${DATE}
6
7 ${LIBRARY}
8 ${LIBRARY_ADDRESS}
9
10
11         ${PATRON_NAME}
12         ${PATRON_ADDRESS}
13
14                         Hold Available for Pickup
15
16 The item you requested is available for pickup from the
17 Library.  Contact the Circulation Desk to check out the
18 item.
19
20
21         Title: ${TITLE} 
22         Author: ${AUTHOR}
23         Call Number: ${CALL_NUMBER}
24         Copy Barcode: ${COPY_BARCODE}
25         Copy Number: ${COPY_NUMBER}
26
27
28 Thank you.
29