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 1461-1477 tables: Link Here
1461
          message_transport_type: email
1461
          message_transport_type: email
1462
          lang: default
1462
          lang: default
1463
          content:
1463
          content:
1464
            - "Dear <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>,"
1464
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
1465
            - ""
1465
            - ""
1466
            - "Your library card will expire soon, on:"
1466
            - "Your library card will expire soon, on:"
1467
            - ""
1467
            - ""
1468
            - "<<borrowers.dateexpiry>>"
1468
            - "[% borrower.dateexpiry %]"
1469
            - ""
1469
            - ""
1470
            - "Thank you,"
1470
            - "Thank you,"
1471
            - ""
1471
            - ""
1472
            - "Librarian"
1472
            - "[% branch.branchname %]"
1473
            - ""
1474
            - "<<branches.branchname>>"
1475
1473
1476
        - module: members
1474
        - module: members
1477
          code: MEMBERSHIP_RENEWED
1475
          code: MEMBERSHIP_RENEWED
1478
- 

Return to bug 36256