From e03edefb296229af7fbe9fc055053fd37eb42540 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Thu, 24 Oct 2024 12:58:33 +0000 Subject: [PATCH] Bug 38222: (follow-up) Include cancellation reason in sample notice for booking cancellation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sponsored-by: Büchereizentrale Schleswig-Holstein Signed-off-by: LEBSimonsen Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- installer/data/mysql/en/mandatory/sample_notices.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 4f982ecbf1..f81b8728ef 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -62,6 +62,8 @@ tables: - "
" - "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]
" - "
" + - "Reason: [% booking.cancellation_reason | html %]
" + - "
" - "Kind regards
" - "
" - "[% booking.pickup_library.branchname %]" -- 2.39.5