Lines 2301-2309
tables:
Link Here
|
2301 |
content: |
2301 |
content: |
2302 |
- "Date: [% today | $KohaDates %]" |
2302 |
- "Date: [% today | $KohaDates %]" |
2303 |
- "" |
2303 |
- "" |
2304 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2304 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2305 |
- "" |
2305 |
- "" |
2306 |
- "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." |
2306 |
- "A recall has been placed on the following item: [% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% issue.date_due %]. Please return the item before the due date." |
2307 |
- "" |
2307 |
- "" |
2308 |
- "Thank you!" |
2308 |
- "Thank you!" |
2309 |
|
2309 |
|
Lines 2318-2326
tables:
Link Here
|
2318 |
content: |
2318 |
content: |
2319 |
- "Date: [% today | $KohaDates %]" |
2319 |
- "Date: [% today | $KohaDates %]" |
2320 |
- "" |
2320 |
- "" |
2321 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2321 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2322 |
- "" |
2322 |
- "" |
2323 |
- "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 %]." |
2323 |
- "A recall that you requested on the following item: [% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] / [% 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 %]." |
2324 |
- "" |
2324 |
- "" |
2325 |
- "Thank you!" |
2325 |
- "Thank you!" |
2326 |
|
2326 |
|
Lines 2357-2370
tables:
Link Here
|
2357 |
content: |
2357 |
content: |
2358 |
- "Date: [% today | $KohaDates %]" |
2358 |
- "Date: [% today | $KohaDates %]" |
2359 |
- "" |
2359 |
- "" |
2360 |
- "Recall for pickup at [% branche.branchname %]" |
2360 |
- "Recall for pickup at [% branch.branchname %]" |
2361 |
- "[% borrower.surname %], [% borrower.firstname %] ([% borrower.cardnumber %])" |
2361 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]" |
2362 |
- "[% borrower.phone %]" |
2362 |
- "[% borrower.phone %]" |
2363 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2363 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2364 |
- "[% borrowes.email %]" |
2364 |
- "[% borrowes.email %]" |
2365 |
- "" |
2365 |
- "" |
2366 |
- "ITEM RECALLED" |
2366 |
- "ITEM RECALLED" |
2367 |
- "[% biblio.title %] by [% biblio.author %]" |
2367 |
- "[% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] by [% biblio.author %]" |
2368 |
- "Barcode: [% item.barcode %]" |
2368 |
- "Barcode: [% item.barcode %]" |
2369 |
- "Callnumber: [% item.itemcallnumber %]" |
2369 |
- "Callnumber: [% item.itemcallnumber %]" |
2370 |
- "Waiting since: [% recall.waiting_date %]" |
2370 |
- "Waiting since: [% recall.waiting_date %]" |
2371 |
- |
|
|