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