From 9cf072a6f685ddc6fb7c3d9a896b8f42f1a0b1da Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 26 Jun 2024 15:56:59 +0100 Subject: [PATCH] Bug 36915: (follow-up) Basic sample notice --- .../mysql/en/mandatory/sample_notices.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 7e411b92279..8604d184b2a 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -43,6 +43,26 @@ tables: - "" - "Your library." + - module: bookings + code: BOOKING_CANCELLATION + branchcode: "" + name: "Booking cancellation notice" + is_html: 0 + title: "A library bookings has been cancelled" + message_transport_type: email + lang: default + content: + - "[%- PROCESS 'html_helpers.inc' -%]" + - "[%- USE KohaDates -%]" + - "Dear [%- INCLUDE 'patron-title.inc' patron => booking.patron -%]," + - "" + - "We regret to inform you, that the following booking has been cancelled." + - "" + - "Title: [%- INCLUDE 'biblio-title.inc' biblio=booking.biblio link = 0 -%]" + - "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]" + - "" + - "You library." + - module: catalogue code: TICKET_ACKNOWLEDGE branchcode: "" -- 2.45.2