Lines 2086-2092
tables:
Link Here
|
2086 |
message_transport_type: email |
2086 |
message_transport_type: email |
2087 |
lang: default |
2087 |
lang: default |
2088 |
content: |
2088 |
content: |
2089 |
- "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)." |
2089 |
- "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 %]." |
2090 |
|
2090 |
|
2091 |
- module: reserves |
2091 |
- module: reserves |
2092 |
code: HOLD_CHANGED |
2092 |
code: HOLD_CHANGED |
Lines 2097-2108
tables:
Link Here
|
2097 |
message_transport_type: email |
2097 |
message_transport_type: email |
2098 |
lang: default |
2098 |
lang: default |
2099 |
content: |
2099 |
content: |
2100 |
- "The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)." |
2100 |
- "The patron picking up [% biblio.title %] ([% item.barcode %]) has changed to [% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html => 1 %]." |
2101 |
- "Please update the hold information for this item." |
2101 |
- "Please update the hold information for this item." |
2102 |
- "Title: <<biblio.title>>" |
2102 |
- "Title: [% biblio.title %]" |
2103 |
- "Author: <<biblio.author>>" |
2103 |
- "Author: [% biblio.author %]" |
2104 |
- "Item: <<items.itemcallnumber>>" |
2104 |
- "Call number: [% item.itemcallnumber %]" |
2105 |
- "Pickup location: <<branches.branchname>>" |
2105 |
- "Pickup location: [% branch.branchname %]" |
2106 |
|
2106 |
|
2107 |
- module: reserves |
2107 |
- module: reserves |
2108 |
code: HOLD_REMINDER |
2108 |
code: HOLD_REMINDER |
2109 |
- |
|
|