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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +14 lines)
Lines 1541-1543 tables: Link Here
1541
            - "This item must be renewed at the library."
1541
            - "This item must be renewed at the library."
1542
            - "[% END %]"
1542
            - "[% END %]"
1543
            - "[% END %]"
1543
            - "[% END %]"
1544
- 
1544
1545
        - module: reserves
1546
          code: HOLD_CANCELLATION
1547
          branchcode: ""
1548
          name: "Notification of hold cancellation"
1549
          is_html: 0
1550
          title: "Your hold was cancelled"
1551
          message_transport_type: email
1552
          lang: default
1553
          content:
1554
            - "[%- USE AuthorisedValues -%]"
1555
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
1556
            - ""
1557
            - "Your hold for [% biblio.title %] was cancelled [% IF hold.cancellation_reason %] for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %][% END %]"

Return to bug 26282