|
Lines 1773-1790
tables:
Link Here
|
| 1773 |
message_transport_type: email |
1773 |
message_transport_type: email |
| 1774 |
lang: default |
1774 |
lang: default |
| 1775 |
content: |
1775 |
content: |
| 1776 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
1776 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 1777 |
- "" |
1777 |
- "" |
| 1778 |
- "You have a hold available for pickup as of <<reserves.waitingdate>>:" |
1778 |
- "You have a hold available for pickup as of [% hold.waitingdate | $KohaDates %]:" |
| 1779 |
- "" |
1779 |
- "" |
| 1780 |
- "Title: <<biblio.title>>" |
1780 |
- "Title: [% biblio.title %]" |
| 1781 |
- "Author: <<biblio.author>>" |
1781 |
- "Author: [% biblio.author %]" |
| 1782 |
- "Copy: <<items.copynumber>>" |
1782 |
- "Copy: [% item.copynumber %]" |
| 1783 |
- "Location: <<branches.branchname>>" |
1783 |
- "Location: [% branch.branchname %]" |
| 1784 |
- "<<branches.branchaddress1>>" |
1784 |
- "[% branch.branchaddress1 %]" |
| 1785 |
- "<<branches.branchaddress2>>" |
1785 |
- "[% branch.branchaddress2 %]" |
| 1786 |
- "<<branches.branchaddress3>>" |
1786 |
- "[% branch.branchaddress3 %]" |
| 1787 |
- "<<branches.branchcity>> <<branches.branchzip>>" |
1787 |
- "[% branch.branchcity %] [% branch.branchzip %]" |
| 1788 |
|
1788 |
|
| 1789 |
- module: reserves |
1789 |
- module: reserves |
| 1790 |
code: HOLDDGST |
1790 |
code: HOLDDGST |
|
Lines 1829-1841
tables:
Link Here
|
| 1829 |
branchcode: "" |
1829 |
branchcode: "" |
| 1830 |
name: "Hold available for pickup" |
1830 |
name: "Hold available for pickup" |
| 1831 |
is_html: 0 |
1831 |
is_html: 0 |
| 1832 |
title: "Hold available for pickup at <<branches.branchname>>" |
1832 |
title: "Hold available for pickup at [% branch.branchname %]" |
| 1833 |
message_transport_type: sms |
1833 |
message_transport_type: sms |
| 1834 |
lang: default |
1834 |
lang: default |
| 1835 |
content: |
1835 |
content: |
| 1836 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
1836 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 1837 |
- "" |
1837 |
- "" |
| 1838 |
- "Your hold for <<biblio.title>> is available for pickup." |
1838 |
- "Your hold for [% biblio.title %] is available for pickup." |
| 1839 |
|
1839 |
|
| 1840 |
- module: reserves |
1840 |
- module: reserves |
| 1841 |
code: HOLD |
1841 |
code: HOLD |
|
Lines 1846-1854
tables:
Link Here
|
| 1846 |
message_transport_type: print |
1846 |
message_transport_type: print |
| 1847 |
lang: default |
1847 |
lang: default |
| 1848 |
content: |
1848 |
content: |
| 1849 |
- "<<branches.branchname>>" |
1849 |
- "[% branch.branchname %]" |
| 1850 |
- "<<branches.branchaddress1>>" |
1850 |
- "[% branch.branchaddress1 %]" |
| 1851 |
- "<<branches.branchaddress2>>" |
1851 |
- "[% branch.branchaddress2 %]" |
| 1852 |
- "" |
1852 |
- "" |
| 1853 |
- "" |
1853 |
- "" |
| 1854 |
- "Change service requested" |
1854 |
- "Change service requested" |
|
Lines 1859-1867
tables:
Link Here
|
| 1859 |
- "" |
1859 |
- "" |
| 1860 |
- "" |
1860 |
- "" |
| 1861 |
- "" |
1861 |
- "" |
| 1862 |
- "<<borrowers.firstname>> <<borrowers.surname>>" |
1862 |
- "[% borrower.firstname %] [% borrower.surname %]" |
| 1863 |
- "<<borrowers.address>>" |
1863 |
- "[% borrower.address %]" |
| 1864 |
- "<<borrowers.city>> <<borrowers.zipcode>>" |
1864 |
- "[% borrower.city %] [% borrower.zipcode %]" |
| 1865 |
- "" |
1865 |
- "" |
| 1866 |
- "" |
1866 |
- "" |
| 1867 |
- "" |
1867 |
- "" |
|
Lines 1872-1884
tables:
Link Here
|
| 1872 |
- "" |
1872 |
- "" |
| 1873 |
- "" |
1873 |
- "" |
| 1874 |
- "" |
1874 |
- "" |
| 1875 |
- "<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>" |
1875 |
- "[% borrower.firstname %] [% borrower.surname %] [% borrower.cardnumber %]" |
| 1876 |
- "" |
1876 |
- "" |
| 1877 |
- "You have a hold available for pickup as of <<reserves.waitingdate>>:" |
1877 |
- "You have a hold available for pickup as of [% hold.waitingdate | $KohaDates %]:" |
| 1878 |
- "" |
1878 |
- "" |
| 1879 |
- "Title: <<biblio.title>>" |
1879 |
- "Title: [% biblio.title %]" |
| 1880 |
- "Author: <<biblio.author>>" |
1880 |
- "Author: [% biblio.author %]" |
| 1881 |
- "Copy: <<items.copynumber>>" |
1881 |
- "Copy: [% item.copynumber %]" |
| 1882 |
- "" |
1882 |
- "" |
| 1883 |
|
1883 |
|
| 1884 |
- module: reserves |
1884 |
- module: reserves |
| 1885 |
- |
|
|