From fa7dcc07e505fb47cd48878d544ce6d6064a6649 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 9 Aug 2006 22:12:26 +0000 Subject: [PATCH] basic hold notify template git-svn-id: svn://svn.open-ils.org/ILS/trunk@5415 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../examples/hold_notification_template.example | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Open-ILS/examples/hold_notification_template.example diff --git a/Open-ILS/examples/hold_notification_template.example b/Open-ILS/examples/hold_notification_template.example new file mode 100644 index 0000000000..8a56fedd41 --- /dev/null +++ b/Open-ILS/examples/hold_notification_template.example @@ -0,0 +1,29 @@ +# -------------------------------------------------------------------- +# Test comments.. +# -------------------------------------------------------------------- + +${DATE} + +${LIBRARY} +${LIBRARY_ADDRESS} + + + ${PATRON_NAME} + ${PATRON_ADDRESS} + + Hold Available for Pickup + +The item you requested is available for pickup from the +Library. Contact the Circulation Desk to check out the +item. + + + Title: ${TITLE} + Author: ${AUTHOR} + Call Number: ${CALL_NUMBER} + Copy Barcode: ${COPY_BARCODE} + Copy Number: ${COPY_NUMBER} + + +Thank you. + -- 2.11.0