View | Details | Raw Unified | Return to bug 36020
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-4 / +3 lines)
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 %] / [% 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, 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."
2398
            - ""
2398
            - ""
2399
            - "Thank you!"
2399
            - "Thank you!"
2400
2400
Lines 2411-2417 tables: Link Here
2411
            - ""
2411
            - ""
2412
            - "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %],"
2412
            - "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %],"
2413
            - ""
2413
            - ""
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 [% recalls.expiration_date %]."
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
            - ""
2415
            - ""
2416
            - "Thank you!"
2416
            - "Thank you!"
2417
2417
Lines 2455-2461 tables: Link Here
2455
            - "[% borrower.email %]"
2455
            - "[% borrower.email %]"
2456
            - ""
2456
            - ""
2457
            - "ITEM RECALLED"
2457
            - "ITEM RECALLED"
2458
            - "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] by [% biblio.author %]"
2458
            - "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0, no_html = 1 %] by [% biblio.author %]"
2459
            - "Barcode: [% item.barcode %]"
2459
            - "Barcode: [% item.barcode %]"
2460
            - "Callnumber: [% item.itemcallnumber %]"
2460
            - "Callnumber: [% item.itemcallnumber %]"
2461
            - "Waiting since: [% recall.waiting_date %]"
2461
            - "Waiting since: [% recall.waiting_date %]"
2462
- 

Return to bug 36020