Lines 1042-1057
tables:
Link Here
|
1042 |
message_transport_type: email |
1042 |
message_transport_type: email |
1043 |
lang: default |
1043 |
lang: default |
1044 |
content: |
1044 |
content: |
1045 |
- "<h5>Date: <<today>></h5>" |
1045 |
- "<h5>Date: [% today | $KohaDates %]</h5>" |
1046 |
- "<br>" |
1046 |
- "<br>" |
1047 |
- "<h3>Transfer to <<branches.branchname>></h3>" |
1047 |
- "<h3>Transfer to [% branch.branchname %]</h3>" |
1048 |
- "<br>" |
1048 |
- "<br>" |
1049 |
- "<h3>ITEM</h3>" |
1049 |
- "<h3>ITEM</h3>" |
1050 |
- "<h4><<biblio.title>></h4>" |
1050 |
- "<h4>[% biblio.title %]</h4>" |
1051 |
- "<h5><<biblio.author>></h5>" |
1051 |
- "<h5>[% biblio.author %]</h5>" |
1052 |
- "<ul>" |
1052 |
- "<ul>" |
1053 |
- " <li><<items.barcode>></li>" |
1053 |
- " <li>[% item.barcode %]</li>" |
1054 |
- " <li><<items.itemcallnumber>></li>" |
1054 |
- " [% IF item.itemcallnumber %]<li>[% item.itemcallnumber %]</li>[% END %]" |
1055 |
- "</ul>" |
1055 |
- "</ul>" |
1056 |
|
1056 |
|
1057 |
- module: claimacquisition |
1057 |
- module: claimacquisition |
1058 |
- |
|
|