Lines 2259-2267
tables:
Link Here
|
2259 |
content: |
2259 |
content: |
2260 |
- "Date: [% today | $KohaDates %]" |
2260 |
- "Date: [% today | $KohaDates %]" |
2261 |
- "" |
2261 |
- "" |
2262 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2262 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2263 |
- "" |
2263 |
- "" |
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." |
2264 |
- "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." |
2265 |
- "" |
2265 |
- "" |
2266 |
- "Thank you!" |
2266 |
- "Thank you!" |
2267 |
|
2267 |
|
Lines 2276-2284
tables:
Link Here
|
2276 |
content: |
2276 |
content: |
2277 |
- "Date: [% today | $KohaDates %]" |
2277 |
- "Date: [% today | $KohaDates %]" |
2278 |
- "" |
2278 |
- "" |
2279 |
- "[% borrower.firstname %] [% borrower.surname %]," |
2279 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2280 |
- "" |
2280 |
- "" |
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 %]." |
2281 |
- "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 %]." |
2282 |
- "" |
2282 |
- "" |
2283 |
- "Thank you!" |
2283 |
- "Thank you!" |
2284 |
|
2284 |
|
Lines 2293-2306
tables:
Link Here
|
2293 |
content: |
2293 |
content: |
2294 |
- "Date: [% today | $KohaDates %]" |
2294 |
- "Date: [% today | $KohaDates %]" |
2295 |
- "" |
2295 |
- "" |
2296 |
- "Recall for pickup at [% branche.branchname %]" |
2296 |
- "Recall for pickup at [% branch.branchname %]" |
2297 |
- "[% borrower.surname %], [% borrower.firstname %] ([% borrower.cardnumber %])" |
2297 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]" |
2298 |
- "[% borrower.phone %]" |
2298 |
- "[% borrower.phone %]" |
2299 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2299 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2300 |
- "[% borrowes.email %]" |
2300 |
- "[% borrowes.email %]" |
2301 |
- "" |
2301 |
- "" |
2302 |
- "ITEM RECALLED" |
2302 |
- "ITEM RECALLED" |
2303 |
- "[% biblio.title %] by [% biblio.author %]" |
2303 |
- "[% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] by [% biblio.author %]" |
2304 |
- "Barcode: [% item.barcode %]" |
2304 |
- "Barcode: [% item.barcode %]" |
2305 |
- "Callnumber: [% item.itemcallnumber %]" |
2305 |
- "Callnumber: [% item.itemcallnumber %]" |
2306 |
- "Waiting since: [% recall.waiting_date %]" |
2306 |
- "Waiting since: [% recall.waiting_date %]" |
2307 |
- |
|
|