Lines 2535-2537
tables:
Link Here
|
2535 |
- "Your hold on [% hold.biblio.title %] ([% hold.biblio.id %]) has been confirmed." |
2535 |
- "Your hold on [% hold.biblio.title %] ([% hold.biblio.id %]) has been confirmed." |
2536 |
- "You will be notified by the library when your item is available for pickup." |
2536 |
- "You will be notified by the library when your item is available for pickup." |
2537 |
- "Thank you!" |
2537 |
- "Thank you!" |
2538 |
- |
2538 |
|
|
|
2539 |
- module: reserves |
2540 |
code: HOLD_CANCELLATION |
2541 |
branchcode: "" |
2542 |
name: "Notification of hold cancellation" |
2543 |
is_html: 0 |
2544 |
title: "Your hold was cancelled" |
2545 |
message_transport_type: email |
2546 |
lang: default |
2547 |
content: |
2548 |
- "[%- USE AuthorisedValues -%]" |
2549 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
2550 |
- "" |
2551 |
- "Your hold for [% biblio.title %] was cancelled [% IF hold.cancellation_reason %] for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %][% END %]" |