From d9c8b69f192b29b880b21f61756b6300f3b90e0f 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 60635f49a8..328c04c52d 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1541,3 +1541,17 @@ tables: - "This item must be renewed at the library." - "[% END %]" - "[% 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.30.1 (Apple Git-130)