Lines 2394-2400
tables:
Link Here
|
2394 |
- "" |
2394 |
- "" |
2395 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2395 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2396 |
- "" |
2396 |
- "" |
2397 |
- "A recall has been placed on the following item: [% INCLUDE 'biblio-title.inc' biblio=biblio link = 0, no_html = 1 %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% issue.date_due %]. Please return the item before the due date." |
2397 |
- "A recall has been placed on the following item:[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% item.onloan | $KohaDates %]. Please return the item before the due date." |
2398 |
- "" |
2398 |
- "" |
2399 |
- "Thank you!" |
2399 |
- "Thank you!" |
2400 |
|
2400 |
|
Lines 2407-2417
tables:
Link Here
|
2407 |
message_transport_type: email |
2407 |
message_transport_type: email |
2408 |
lang: default |
2408 |
lang: default |
2409 |
content: |
2409 |
content: |
|
|
2410 |
- "[%- USE Branches -%]" |
2410 |
- "Date: [% today | $KohaDates %]" |
2411 |
- "Date: [% today | $KohaDates %]" |
2411 |
- "" |
2412 |
- "" |
2412 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2413 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," |
2413 |
- "" |
2414 |
- "" |
2414 |
- "A recall that you requested on the following item: [% INCLUDE 'biblio-title.inc' biblio=biblio 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 [% recall.expiration_date %]." |
2415 |
- "A recall that you requested on the following item:[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] / [% biblio.author %] ([% item.barcode %]) is now ready for you to pick up at [% Branches.GetName( recall.pickup_library_id) %]. Please pick up your item by [% recall.expiration_date | $KohaDates %]." |
2415 |
- "" |
2416 |
- "" |
2416 |
- "Thank you!" |
2417 |
- "Thank you!" |
2417 |
|
2418 |
|
Lines 2424-2430
tables:
Link Here
|
2424 |
message_transport_type: sms |
2425 |
message_transport_type: sms |
2425 |
lang: default |
2426 |
lang: default |
2426 |
content: |
2427 |
content: |
2427 |
- "Your item has been recalled: <<biblio.title>> (<<items.barcode>>). Please return it by <<issues.date_due>." |
2428 |
- "Your item has been recalled:[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] ([% item.barcode %]). Please return it by [% item.onloan | $KohaDates ]" |
2428 |
|
2429 |
|
2429 |
- module: circulation |
2430 |
- module: circulation |
2430 |
code: PICKUP_RECALLED_ITEM |
2431 |
code: PICKUP_RECALLED_ITEM |
Lines 2435-2465
tables:
Link Here
|
2435 |
message_transport_type: sms |
2436 |
message_transport_type: sms |
2436 |
lang: default |
2437 |
lang: default |
2437 |
content: |
2438 |
content: |
2438 |
- "A recalled item: <<biblio.title>> (<<items.barcode>>) is ready for you to pick up at <<recalls.branchcode>>. Please collect by <<recalls.expirationdate>>." |
2439 |
- "[-% USE Branches -%]A recalled item:[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %]([% item.barcode %]) is ready for you to pick up at [% Branches.GetName( recall.pickup_library_id ) %]. Please collect by [% recall.expirationdate | $KohaDates %]." |
2439 |
|
2440 |
|
2440 |
- module: circulation |
2441 |
- module: circulation |
2441 |
code: RECALL_REQUESTER_DET |
2442 |
code: RECALL_REQUESTER_DET |
2442 |
branchcode: "" |
2443 |
branchcode: "" |
2443 |
name: "Details of patron who recalled item" |
2444 |
name: "Details of patron who recalled item" |
2444 |
is_html: 0 |
2445 |
is_html: 1 |
2445 |
title: "Details of patron who recalled item" |
2446 |
title: "Details of patron who recalled item" |
2446 |
message_transport_type: print |
2447 |
message_transport_type: print |
2447 |
lang: default |
2448 |
lang: default |
2448 |
content: |
2449 |
content: |
2449 |
- "Date: [% today | $KohaDates %]" |
2450 |
- "Date: [% today | $KohaDates %]<br>" |
2450 |
- "" |
2451 |
- "<br>" |
2451 |
- "Recall for pickup at [% branch.branchname %]" |
2452 |
- "Recall for pickup at [% branch.branchname %]<br>" |
2452 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]" |
2453 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]<br>" |
2453 |
- "[% borrower.phone %]" |
2454 |
- "[% borrower.phone %]<br>" |
2454 |
- "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" |
2455 |
- "[% borrower.streetnumber %] [% IF borrower.address %][% borrower.address %],[% END %][% IF borrower.address2 %] [% borrower.address2 %], [% END %][% borrower.city %] [% borrower.state %] [% borrower.zipcode %]<br>" |
2455 |
- "[% borrower.email %]" |
2456 |
- "[% borrower.email %]<br>" |
2456 |
- "" |
2457 |
- "<br>" |
2457 |
- "ITEM RECALLED" |
2458 |
- "ITEM RECALLED<br>" |
2458 |
- "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0, no_html = 1 %] by [% biblio.author %]" |
2459 |
- "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] by [% biblio.author %]<br>" |
2459 |
- "Barcode: [% item.barcode %]" |
2460 |
- "Barcode: [% item.barcode %]<br>" |
2460 |
- "Callnumber: [% item.itemcallnumber %]" |
2461 |
- "Callnumber: [% item.itemcallnumber %]<br>" |
2461 |
- "Waiting since: [% recall.waiting_date %]" |
2462 |
- "Waiting since: [% recall.waiting_date %]<br>" |
2462 |
- "Notes: [% recall.notes %]" |
2463 |
- "Notes: [% recall.notes %]<br>" |
2463 |
|
2464 |
|
2464 |
- module: members |
2465 |
- module: members |
2465 |
code: 2FA_DISABLE |
2466 |
code: 2FA_DISABLE |
2466 |
- |
|
|