]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/examples/hold_notification_template.example
base materialized simple record on old super_simple_record
[Evergreen.git] / Open-ILS / examples / hold_notification_template.example
1 To: ${EMAIL_RECIPIENT}
2 From: ${EMAIL_SENDER}
3 Reply-To: ${EMAIL_REPLY_TO}
4 Subject: Hold Notification
5 ${EMAIL_HEADERS}
6
7
8 ${DATE}
9
10 ${LIBRARY}
11 ${LIBRARY_ADDRESS}
12
13
14         ${PATRON_NAME}
15         ${PATRON_ADDRESS}
16
17         Hold Available for Pickup
18
19 The item you requested is available for pickup from the
20 Library.  Contact the Circulation Desk to check out the
21 item.
22
23
24         Title: ${TITLE} 
25         Author: ${AUTHOR}
26         Call Number: ${CALL_NUMBER}
27         Copy Barcode: ${COPY_BARCODE}
28         Copy Number: ${COPY_NUMBER}
29
30
31 Thank you.
32