Lines 2466-2472
tables:
Link Here
|
2466 |
- "<br>" |
2466 |
- "<br>" |
2467 |
- "[%~ INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1 ~%],<br>" |
2467 |
- "[%~ INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1 ~%],<br>" |
2468 |
- "<br>" |
2468 |
- "<br>" |
2469 |
- "A recall has been placed on the following item:[%~ INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %][% IF biblio.author %]/ [% biblio.author %][% END %] ([% item.barcode %]). The due date has been updated, and is now [% item.onloan | $KohaDates %]. Please return the item before the due date.<br>" |
2469 |
- "A recall has been placed on the following item:[%~ INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %][% IF biblio.author %]/ [% biblio.author %][% END %] ([% item.barcode %]). The due date has been updated, and is now [% checkout.date_due | $KohaDates %]. Please return the item before the due date.<br>" |
2470 |
- "<br>" |
2470 |
- "<br>" |
2471 |
- "Thank you!" |
2471 |
- "Thank you!" |
2472 |
|
2472 |
|
Lines 2479-2485
tables:
Link Here
|
2479 |
message_transport_type: email |
2479 |
message_transport_type: email |
2480 |
lang: default |
2480 |
lang: default |
2481 |
content: |
2481 |
content: |
2482 |
- "[%- USE Branches -%]<br>" |
2482 |
- "[%- USE Branches -%]" |
2483 |
- "Date: [% today | $KohaDates %]<br>" |
2483 |
- "Date: [% today | $KohaDates %]<br>" |
2484 |
- "<br>" |
2484 |
- "<br>" |
2485 |
- "[%~ INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 ~%],<br>" |
2485 |
- "[%~ INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 ~%],<br>" |
Lines 2497-2503
tables:
Link Here
|
2497 |
message_transport_type: sms |
2497 |
message_transport_type: sms |
2498 |
lang: default |
2498 |
lang: default |
2499 |
content: |
2499 |
content: |
2500 |
- "Your item has been recalled: [% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] ([% item.barcode %]). Please return it by [% item.onloan | $KohaDates %]." |
2500 |
- "Your item has been recalled: [% INCLUDE 'biblio-title.inc' biblio=biblio link=0 %] ([% item.barcode %]). Please return by [% checkout.date_due | $KohaDates %]." |
2501 |
|
2501 |
|
2502 |
- module: circulation |
2502 |
- module: circulation |
2503 |
code: PICKUP_RECALLED_ITEM |
2503 |
code: PICKUP_RECALLED_ITEM |
Lines 2523-2536
tables:
Link Here
|
2523 |
- "<br>" |
2523 |
- "<br>" |
2524 |
- "Recall for pickup at [% branch.branchname %]<br>" |
2524 |
- "Recall for pickup at [% branch.branchname %]<br>" |
2525 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]<br>" |
2525 |
- "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]<br>" |
2526 |
- "[% borrower.phone %]<br>" |
2526 |
- "[% IF borrower.phone %][% borrower.phone %]<br>[% END %]" |
2527 |
- "[% borrower.streetnumber %][% IF borrower.address %] [% borrower.address %],[% END %][% IF borrower.address2 %] [% borrower.address2 %],[% END %] [% borrower.city %] [% borrower.state %] [% borrower.zipcode %]<br>" |
2527 |
- "[% borrower.streetnumber %][% IF borrower.address %] [% borrower.address %],[% END %][% IF borrower.address2 %] [% borrower.address2 %],[% END %] [% borrower.city %] [% borrower.state %] [% borrower.zipcode %]<br>" |
2528 |
- "[% borrower.email %]<br>" |
2528 |
- "[% IF borrower.email %][% borrower.email %]<br>[% END %]" |
2529 |
- "<br>" |
2529 |
- "<br>" |
2530 |
- "ITEM RECALLED<br>" |
2530 |
- "ITEM RECALLED<br>" |
2531 |
- "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %][% IF biblio.author %] by [% biblio.author %][% END %]<br>" |
2531 |
- "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %][% IF biblio.author %] by [% biblio.author %][% END %]<br>" |
2532 |
- "Barcode: [% item.barcode %]<br>" |
2532 |
- "Barcode: [% item.barcode %]<br>" |
2533 |
- "Callnumber: [% item.itemcallnumber %]<br>" |
2533 |
- "[% IF item.itemcallnumber %] Callnumber: [% item.itemcallnumber %]<br>[% END %]" |
2534 |
- "Waiting since: [% recall.waiting_date | $KohaDates %]<br>" |
2534 |
- "Waiting since: [% recall.waiting_date | $KohaDates %]<br>" |
2535 |
- "[% IF recall.notes %]Notes: [% recall.notes %]<br>[% END %]" |
2535 |
- "[% IF recall.notes %]Notes: [% recall.notes %]<br>[% END %]" |
2536 |
|
2536 |
|
2537 |
- |
|
|