Lines 832-837
tables:
Link Here
|
832 |
- "[% branch.branchillemail %]" |
832 |
- "[% branch.branchillemail %]" |
833 |
- "[% branch.branchemail %]" |
833 |
- "[% branch.branchemail %]" |
834 |
|
834 |
|
|
|
835 |
- module: ill |
836 |
code: ILL_REQUEST_UPDATE |
837 |
branchcode: "" |
838 |
name: "ILL request update" |
839 |
is_html: 0 |
840 |
title: "Interlibrary loan request update" |
841 |
message_transport_type: email |
842 |
lang: default |
843 |
content: |
844 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
845 |
- "" |
846 |
- "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for" |
847 |
- "" |
848 |
- "- [% ill_bib_title %] - [% ill_bib_author %]" |
849 |
- "" |
850 |
- "has been updated." |
851 |
- "" |
852 |
- "Details of the update are below:" |
853 |
- "" |
854 |
- "[% additional_text %]" |
855 |
- "" |
856 |
- "Kind Regards" |
857 |
- "" |
858 |
- "[% branch.branchname %]" |
859 |
- "[% branch.branchaddress1 %]" |
860 |
- "[% branch.branchaddress2 %]" |
861 |
- "[% branch.branchaddress3 %]" |
862 |
- "[% branch.branchcity %]" |
863 |
- "[% branch.branchstate %]" |
864 |
- "[% branch.branchzip %]" |
865 |
- "[% branch.branchphone %]" |
866 |
- "[% branch.branchillemail %]" |
867 |
- "[% branch.branchemail %]" |
868 |
|
835 |
- module: ill |
869 |
- module: ill |
836 |
code: ILL_PICKUP_READY |
870 |
code: ILL_PICKUP_READY |
837 |
branchcode: "" |
871 |
branchcode: "" |
Lines 948-953
tables:
Link Here
|
948 |
- "[% branch.branchillemail %]" |
982 |
- "[% branch.branchillemail %]" |
949 |
- "[% branch.branchemail %]" |
983 |
- "[% branch.branchemail %]" |
950 |
|
984 |
|
|
|
985 |
- module: ill |
986 |
code: ILL_REQUEST_UPDATE |
987 |
branchcode: "" |
988 |
name: "ILL request update" |
989 |
is_html: 0 |
990 |
title: "Interlibrary loan request update" |
991 |
message_transport_type: sms |
992 |
lang: default |
993 |
content: |
994 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
995 |
- "" |
996 |
- "The Interlibrary loans request number [% illrequest.illrequest_id %] you placed for" |
997 |
- "" |
998 |
- "- [% ill_bib_title %] - [% ill_bib_author %]" |
999 |
- "" |
1000 |
- "has been updated." |
1001 |
- "" |
1002 |
- "Details of the update are below:" |
1003 |
- "" |
1004 |
- "[% additional_text %]" |
1005 |
- "" |
1006 |
- "Kind Regards" |
1007 |
- "" |
1008 |
- "[% branch.branchname %]" |
1009 |
- "[% branch.branchaddress1 %]" |
1010 |
- "[% branch.branchaddress2 %]" |
1011 |
- "[% branch.branchaddress3 %]" |
1012 |
- "[% branch.branchcity %]" |
1013 |
- "[% branch.branchstate %]" |
1014 |
- "[% branch.branchzip %]" |
1015 |
- "[% branch.branchphone %]" |
1016 |
- "[% branch.branchillemail %]" |
1017 |
- "[% branch.branchemail %]" |
1018 |
|
951 |
- module: members |
1019 |
- module: members |
952 |
code: ACCTDETAILS |
1020 |
code: ACCTDETAILS |
953 |
branchcode: "" |
1021 |
branchcode: "" |