|
Lines 617-627
tables:
Link Here
|
| 617 |
message_transport_type: email |
617 |
message_transport_type: email |
| 618 |
lang: default |
618 |
lang: default |
| 619 |
content: |
619 |
content: |
| 620 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
620 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 621 |
- "" |
621 |
- "" |
| 622 |
- "The following item is now due:" |
622 |
- "The following item is now due:" |
| 623 |
- "" |
623 |
- "" |
| 624 |
- "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)" |
624 |
- "[% biblio.title %], [% biblio.author %] ([% item.barcode %])" |
| 625 |
|
625 |
|
| 626 |
- module: circulation |
626 |
- module: circulation |
| 627 |
code: DUE |
627 |
code: DUE |
|
Lines 632-642
tables:
Link Here
|
| 632 |
message_transport_type: sms |
632 |
message_transport_type: sms |
| 633 |
lang: default |
633 |
lang: default |
| 634 |
content: |
634 |
content: |
| 635 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
635 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 636 |
- "" |
636 |
- "" |
| 637 |
- "The following item is now due:" |
637 |
- "The following item is now due:" |
| 638 |
- "" |
638 |
- "" |
| 639 |
- "<<biblio.title>>" |
639 |
- "[% biblio.title %]" |
| 640 |
|
640 |
|
| 641 |
- module: circulation |
641 |
- module: circulation |
| 642 |
code: DUEDGST |
642 |
code: DUEDGST |
|
Lines 833-843
tables:
Link Here
|
| 833 |
message_transport_type: email |
833 |
message_transport_type: email |
| 834 |
lang: default |
834 |
lang: default |
| 835 |
content: |
835 |
content: |
| 836 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
836 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 837 |
- "" |
837 |
- "" |
| 838 |
- "The following item will be due soon:" |
838 |
- "The following item will be due soon:" |
| 839 |
- "" |
839 |
- "" |
| 840 |
- "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)" |
840 |
- "[% biblio.title %], [% biblio.author %] ([% item.barcode %])" |
| 841 |
|
841 |
|
| 842 |
- module: circulation |
842 |
- module: circulation |
| 843 |
code: PREDUE |
843 |
code: PREDUE |
|
Lines 848-858
tables:
Link Here
|
| 848 |
message_transport_type: sms |
848 |
message_transport_type: sms |
| 849 |
lang: default |
849 |
lang: default |
| 850 |
content: |
850 |
content: |
| 851 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
851 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 852 |
- "" |
852 |
- "" |
| 853 |
- "The following item will be due soon:" |
853 |
- "The following item will be due soon:" |
| 854 |
- "" |
854 |
- "" |
| 855 |
- "<<biblio.title>>" |
855 |
- "[% biblio.title %]" |
| 856 |
|
856 |
|
| 857 |
- module: circulation |
857 |
- module: circulation |
| 858 |
code: PREDUEDGST |
858 |
code: PREDUEDGST |
| 859 |
- |
|
|