Lines 2257-2267
tables:
Link Here
|
2257 |
message_transport_type: email |
2257 |
message_transport_type: email |
2258 |
lang: default |
2258 |
lang: default |
2259 |
content: |
2259 |
content: |
2260 |
- "Date: <<today>>" |
2260 |
- "Date: [% today | $KohaDates %]" |
2261 |
- "" |
2261 |
- "" |
2262 |
- "<<borrowers.firstname>> <<borrowers.surname>>," |
2262 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2263 |
- "" |
2263 |
- "" |
2264 |
- "A recall has been placed on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>). The due date has been updated, and is now <<issues.date_due>>. Please return the item before the due date." |
2264 |
- "A recall has been placed on the following item: [% biblio.title %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% issue.date_due %]. Please return the item before the due date." |
2265 |
- "" |
2265 |
- "" |
2266 |
- "Thank you!" |
2266 |
- "Thank you!" |
2267 |
|
2267 |
|
Lines 2274-2284
tables:
Link Here
|
2274 |
message_transport_type: email |
2274 |
message_transport_type: email |
2275 |
lang: default |
2275 |
lang: default |
2276 |
content: |
2276 |
content: |
2277 |
- "Date: <<today>>" |
2277 |
- "Date: [% today | $KohaDates %]" |
2278 |
- "" |
2278 |
- "" |
2279 |
- "<<borrowers.firstname>> <<borrowers.surname>>," |
2279 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2280 |
- "" |
2280 |
- "" |
2281 |
- "A recall that you requested on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>) is now ready for you to pick up at <<recalls.pickup_library_id>>. Please pick up your item by <<recalls.expiration_date>>." |
2281 |
- "A recall that you requested on the following item: [% biblio.title %] / [% biblio.author %] ([% item.barcode %]) is now ready for you to pick up at [% recall.pickup_library_id %]. Please pick up your item by [% recalls.expiration_date %]." |
2282 |
- "" |
2282 |
- "" |
2283 |
- "Thank you!" |
2283 |
- "Thank you!" |
2284 |
|
2284 |
|
Lines 2291-2310
tables:
Link Here
|
2291 |
message_transport_type: print |
2291 |
message_transport_type: print |
2292 |
lang: default |
2292 |
lang: default |
2293 |
content: |
2293 |
content: |
2294 |
- "Date: <<today>>" |
2294 |
- "Date: [% today | $KohaDates %]" |
2295 |
- "" |
2295 |
- "" |
2296 |
- "Recall for pickup at <<branches.branchname>>" |
2296 |
- "Recall for pickup at [% branche.branchname %]" |
2297 |
- "<<borrowers.surname>>, <<borrowers.firstname>> (<<borrowers.cardnumber>>)" |
2297 |
- "[% borrower.surname %], [% borrower.firstname %] ([% borrower.cardnumber %])" |
2298 |
- "<<borrowers.phone>>" |
2298 |
- "[% borrower.phone %]" |
2299 |
- "<<borrowers.streetnumber>> <<borrowers.address>>, <<borrowers.address2>>, <<borrowers.city>> <<borrowers.zipcode>>" |
2299 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2300 |
- "<<borrowers.email>>" |
2300 |
- "[% borrowes.email %]" |
2301 |
- "" |
2301 |
- "" |
2302 |
- "ITEM RECALLED" |
2302 |
- "ITEM RECALLED" |
2303 |
- "<<biblio.title>> by <<biblio.author>>" |
2303 |
- "[% biblio.title %] by [% biblio.author %]" |
2304 |
- "Barcode: <<items.barcode>>" |
2304 |
- "Barcode: [% item.barcode %]" |
2305 |
- "Callnumber: <<items.itemcallnumber>>" |
2305 |
- "Callnumber: [% item.itemcallnumber %]" |
2306 |
- "Waiting since: <<recalls.waiting_date>>" |
2306 |
- "Waiting since: [% recall.waiting_date %]" |
2307 |
- "Notes: <<recalls.notes>>" |
2307 |
- "Notes: [% recall.notes %]" |
2308 |
|
2308 |
|
2309 |
- module: members |
2309 |
- module: members |
2310 |
code: 2FA_DISABLE |
2310 |
code: 2FA_DISABLE |
2311 |
- |
|
|