From 78cb358e048c7522774bafceba401a3feb4d7d4d 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 ec0e2386dab..c10bad0104e 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -2535,3 +2535,17 @@ tables: - "Your hold on [% hold.biblio.title %] ([% hold.biblio.id %]) has been confirmed." - "You will be notified by the library when your item is available for pickup." - "Thank you!" + + - 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.39.3 (Apple Git-146)