|
Lines 1025-1040
tables:
Link Here
|
| 1025 |
message_transport_type: email |
1025 |
message_transport_type: email |
| 1026 |
lang: default |
1026 |
lang: default |
| 1027 |
content: |
1027 |
content: |
| 1028 |
- "<h5>Date: <<today>></h5>" |
1028 |
- "<h5>Date: [% today | $KohaDates %]</h5>" |
| 1029 |
- "<br>" |
1029 |
- "<br>" |
| 1030 |
- "<h3>Transfer to <<branches.branchname>></h3>" |
1030 |
- "<h3>Transfer to [% branch.branchname %]</h3>" |
| 1031 |
- "<br>" |
1031 |
- "<br>" |
| 1032 |
- "<h3>ITEM</h3>" |
1032 |
- "<h3>ITEM</h3>" |
| 1033 |
- "<h4><<biblio.title>></h4>" |
1033 |
- "<h4>[% biblio.title %]</h4>" |
| 1034 |
- "<h5><<biblio.author>></h5>" |
1034 |
- "<h5>[% biblio.author %]</h5>" |
| 1035 |
- "<ul>" |
1035 |
- "<ul>" |
| 1036 |
- " <li><<items.barcode>></li>" |
1036 |
- " <li>[% item.barcode %]</li>" |
| 1037 |
- " <li><<items.itemcallnumber>></li>" |
1037 |
- " [% IF item.itemcallnumber %]<li>[% item.itemcallnumber %]</li>[% END %]" |
| 1038 |
- "</ul>" |
1038 |
- "</ul>" |
| 1039 |
|
1039 |
|
| 1040 |
- module: claimacquisition |
1040 |
- module: claimacquisition |
| 1041 |
- |
|
|