From 377642e92f460752a3b412c962f9635ecb59478f 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 Rebased-by: Victor Grousset/tuxayo --- .../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 cdb8ab18d0..22da847fb9 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1731,3 +1731,17 @@ tables: - "

This is to confirm that someone enabled two factor authentication on your account.

" - "

If you did not do this, someone else may be using your account. Please contact technical support.

" - "

Your library

" + + - 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.37.1