Lines 2022-2028
tables:
Link Here
|
2022 |
message_transport_type: email |
2022 |
message_transport_type: email |
2023 |
lang: default |
2023 |
lang: default |
2024 |
content: |
2024 |
content: |
2025 |
- "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)." |
2025 |
- "A hold has been placed on the following item: [% biblio.title %] ([% biblio.biblionumber %]) by the user [% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html => 1 %]." |
2026 |
|
2026 |
|
2027 |
- module: reserves |
2027 |
- module: reserves |
2028 |
code: HOLD_CHANGED |
2028 |
code: HOLD_CHANGED |
Lines 2033-2044
tables:
Link Here
|
2033 |
message_transport_type: email |
2033 |
message_transport_type: email |
2034 |
lang: default |
2034 |
lang: default |
2035 |
content: |
2035 |
content: |
2036 |
- "The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)." |
2036 |
- "The patron picking up [% biblio.title %] ([% item.barcode %]) has changed to [% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html => 1 %]." |
2037 |
- "Please update the hold information for this item." |
2037 |
- "Please update the hold information for this item." |
2038 |
- "Title: <<biblio.title>>" |
2038 |
- "Title: [% biblio.title %]" |
2039 |
- "Author: <<biblio.author>>" |
2039 |
- "Author: [% biblio.author %]" |
2040 |
- "Item: <<items.itemcallnumber>>" |
2040 |
- "Call number: [% item.itemcallnumber %]" |
2041 |
- "Pickup location: <<branches.branchname>>" |
2041 |
- "Pickup location: [% branch.branchname %]" |
2042 |
|
2042 |
|
2043 |
- module: reserves |
2043 |
- module: reserves |
2044 |
code: HOLD_REMINDER |
2044 |
code: HOLD_REMINDER |
2045 |
- |
|
|