Lines 881-887
tables:
Link Here
|
881 |
content: |
881 |
content: |
882 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
882 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
883 |
- "" |
883 |
- "" |
884 |
- "According to our current records, you have items that are overdue.Your library does not charge late fines, but please return or renew them at the branch below as soon as possible." |
884 |
- "According to our current records, you have items that are overdue. Your library does not charge late fines, but please return or renew them at the branch below as soon as possible." |
|
|
885 |
- "" |
886 |
- "<<branches.branchname>>" |
887 |
- "<<branches.branchaddress1>>" |
888 |
- "<<branches.branchaddress2>> <<branches.branchaddress3>>" |
889 |
- "Phone: <<branches.branchphone>>" |
890 |
- "Fax: <<branches.branchfax>>" |
891 |
- "Email: <<branches.branchemail>>" |
892 |
- "" |
893 |
- "If you have registered a password with the library, and you have a renewal available, you may renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." |
894 |
- "" |
895 |
- "The following item(s) is/are currently overdue:" |
896 |
- "" |
897 |
- "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>" |
898 |
- "" |
899 |
- "Thank-you for your prompt attention to this matter." |
900 |
- "" |
901 |
- "<<branches.branchname>> Staff" |
902 |
- "" |
903 |
|
904 |
- module: circulation |
905 |
code: ODUE2 |
906 |
branchcode: "" |
907 |
name: "Overdue notice" |
908 |
is_html: 0 |
909 |
title: "Item overdue" |
910 |
message_transport_type: email |
911 |
lang: default |
912 |
content: |
913 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
914 |
- "" |
915 |
- "According to our current records, you have items that are overdue. This is the second reminder. Your library does not charge late fines, but please return or renew them at the branch below as soon as possible." |
916 |
- "" |
917 |
- "<<branches.branchname>>" |
918 |
- "<<branches.branchaddress1>>" |
919 |
- "<<branches.branchaddress2>> <<branches.branchaddress3>>" |
920 |
- "Phone: <<branches.branchphone>>" |
921 |
- "Fax: <<branches.branchfax>>" |
922 |
- "Email: <<branches.branchemail>>" |
923 |
- "" |
924 |
- "If you have registered a password with the library, and you have a renewal available, you may renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." |
925 |
- "" |
926 |
- "The following item(s) is/are currently overdue:" |
927 |
- "" |
928 |
- "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>" |
929 |
- "" |
930 |
- "Thank-you for your prompt attention to this matter." |
931 |
- "" |
932 |
- "<<branches.branchname>> Staff" |
933 |
- "" |
934 |
|
935 |
- module: circulation |
936 |
code: ODUE3 |
937 |
branchcode: "" |
938 |
name: "Overdue notice" |
939 |
is_html: 0 |
940 |
title: "Item overdue" |
941 |
message_transport_type: email |
942 |
lang: default |
943 |
content: |
944 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
945 |
- "" |
946 |
- "According to our current records, you have items that are overdue. This is the final reminder. Your library does not charge late fines, but please return or renew them at the branch below as soon as possible." |
885 |
- "" |
947 |
- "" |
886 |
- "<<branches.branchname>>" |
948 |
- "<<branches.branchname>>" |
887 |
- "<<branches.branchaddress1>>" |
949 |
- "<<branches.branchaddress1>>" |