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 1442-1444 tables: Link Here
1442
            - "[% ELSE %]"
1442
            - "[% ELSE %]"
1443
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1443
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1444
            - "[% END %]"
1444
            - "[% END %]"
1445
- 
1445
1446
        - module: reserves
1447
          code: HOLD_CANCELLATION
1448
          branchcode: ""
1449
          name: "Notification of hold cancellation"
1450
          is_html: 0
1451
          title: "Your hold was cancelled"
1452
          message_transport_type: email
1453
          lang: default
1454
          content:
1455
            - "[%- USE AuthorisedValues -%]"
1456
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
1457
            - ""
1458
            - "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