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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-6 / +3 lines)
Lines 1468-1484 tables: Link Here
1468
          message_transport_type: email
1468
          message_transport_type: email
1469
          lang: default
1469
          lang: default
1470
          content:
1470
          content:
1471
            - "Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,"
1471
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
1472
            - ""
1472
            - ""
1473
            - "Your library card will expire soon, on:"
1473
            - "Your library card will expire soon, on:"
1474
            - ""
1474
            - ""
1475
            - "<<borrowers.dateexpiry>>"
1475
            - "[% borrower.dateexpiry %]"
1476
            - ""
1476
            - ""
1477
            - "Thank you,"
1477
            - "Thank you,"
1478
            - ""
1478
            - ""
1479
            - "Librarian"
1479
            - "[% branch.branchname %]"
1480
            - ""
1481
            - "<<branches.branchname>>"
1482
1480
1483
        - module: members
1481
        - module: members
1484
          code: MEMBERSHIP_RENEWED
1482
          code: MEMBERSHIP_RENEWED
1485
- 

Return to bug 36256