|
Lines 1541-1543
tables:
Link Here
|
| 1541 |
- "This item must be renewed at the library." |
1541 |
- "This item must be renewed at the library." |
| 1542 |
- "[% END %]" |
1542 |
- "[% END %]" |
| 1543 |
- "[% END %]" |
1543 |
- "[% END %]" |
| 1544 |
- |
1544 |
|
|
|
1545 |
- module: reserves |
| 1546 |
code: HOLD_CANCELLATION |
| 1547 |
branchcode: "" |
| 1548 |
name: "Notification of hold cancellation" |
| 1549 |
is_html: 0 |
| 1550 |
title: "Your hold was cancelled" |
| 1551 |
message_transport_type: email |
| 1552 |
lang: default |
| 1553 |
content: |
| 1554 |
- "[%- USE AuthorisedValues -%]" |
| 1555 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 1556 |
- "" |
| 1557 |
- "Your hold for [% biblio.title %] was cancelled [% IF hold.cancellation_reason %] for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %][% END %]" |