Bugzilla – Attachment 168155 Details for
Bug 36915
Send email notification when a booking is cancelled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36915: (follow-up) Basic sample notice
Bug-36915-follow-up-Basic-sample-notice.patch (text/plain), 1.60 KB, created by
Martin Renvoize (ashimema)
on 2024-06-26 14:57:30 UTC
(
hide
)
Description:
Bug 36915: (follow-up) Basic sample notice
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-26 14:57:30 UTC
Size:
1.60 KB
patch
obsolete
>From 9cf072a6f685ddc6fb7c3d9a896b8f42f1a0b1da Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36915
:
167010
|
167013
|
168149
|
168150
|
168155
|
170058
|
170077
|
170078
|
170079
|
170080
|
170099
|
170155
|
170203
|
170204
|
170205
|
170206
|
170207
|
170208
|
170385
|
170386
|
170387
|
170388
|
170389
|
170390
|
170391