Lines 885-890
tables:
Link Here
|
885 |
- "" |
885 |
- "" |
886 |
- "According to our current records, you have items that are overdue." |
886 |
- "According to our current records, you have items that are overdue." |
887 |
- "Please return or renew your overdue items at the library as soon as possible." |
887 |
- "Please return or renew your overdue items at the library as soon as possible." |
|
|
888 |
- "" |
889 |
- "<<branches.branchname>>" |
890 |
- "<<branches.branchaddress1>>" |
891 |
- "<<branches.branchaddress2>> <<branches.branchaddress3>>" |
892 |
- "Phone: <<branches.branchphone>>" |
893 |
- "Fax: <<branches.branchfax>>" |
894 |
- "Email: <<branches.branchemail>>" |
895 |
- "" |
896 |
- "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." |
897 |
- "" |
898 |
- "The following item(s) is/are currently overdue:" |
899 |
- "" |
900 |
- "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>" |
901 |
- "" |
902 |
- "Thank-you for your prompt attention to this matter." |
903 |
- "" |
904 |
- "<<branches.branchname>> Staff" |
905 |
- "" |
906 |
|
907 |
- module: circulation |
908 |
code: ODUE2 |
909 |
branchcode: "" |
910 |
name: "Overdue notice" |
911 |
is_html: 0 |
912 |
title: "Item overdue" |
913 |
message_transport_type: email |
914 |
lang: default |
915 |
content: |
916 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
917 |
- "" |
918 |
- "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." |
919 |
- "" |
920 |
- "<<branches.branchname>>" |
921 |
- "<<branches.branchaddress1>>" |
922 |
- "<<branches.branchaddress2>> <<branches.branchaddress3>>" |
923 |
- "Phone: <<branches.branchphone>>" |
924 |
- "Fax: <<branches.branchfax>>" |
925 |
- "Email: <<branches.branchemail>>" |
926 |
- "" |
927 |
- "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." |
928 |
- "" |
929 |
- "The following item(s) is/are currently overdue:" |
930 |
- "" |
931 |
- "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>" |
932 |
- "" |
933 |
- "Thank-you for your prompt attention to this matter." |
934 |
- "" |
935 |
- "<<branches.branchname>> Staff" |
936 |
- "" |
937 |
|
938 |
- module: circulation |
939 |
code: ODUE3 |
940 |
branchcode: "" |
941 |
name: "Overdue notice" |
942 |
is_html: 0 |
943 |
title: "Item overdue" |
944 |
message_transport_type: email |
945 |
lang: default |
946 |
content: |
947 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
948 |
- "" |
949 |
- "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." |
950 |
>>>>>>> Bug 30515: Fix messaging options order and add database changes |
888 |
- "" |
951 |
- "" |
889 |
- "[% branch.branchname %]" |
952 |
- "[% branch.branchname %]" |
890 |
- "[% branch.branchaddress1 %]" |
953 |
- "[% branch.branchaddress1 %]" |