From f87c9b8383beb35bd8295f70e1c11cf3313fae37 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 8 Dec 2020 14:39:34 +0000 Subject: [PATCH] Bug 26282: (QA follow-up) Restore default notice --- .../data/mysql/en/mandatory/sample_notices.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 22385cac31..585e76ed22 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1442,3 +1442,17 @@ tables: - "[% ELSE %]" - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]" - "[% END %]" + + - module: reserves + code: HOLD_CANCELLATION + branchcode: "" + name: "Notification of hold cancellation" + is_html: 0 + title: "Your hold was cancelled" + message_transport_type: email + lang: default + content: + - "[%- USE AuthorisedValues -%]" + - "Dear [% borrower.firstname %] [% borrower.surname %]," + - "" + - "Your hold for [% biblio.title %] was cancelled [% IF hold.cancellation_reason %] for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %][% END %]" -- 2.20.1