Bugzilla – Attachment 170058 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) Make basic sample notice html and add breaks
Bug-36915-follow-up-Make-basic-sample-notice-html-.patch (text/plain), 2.09 KB, created by
Paul Derscheid
on 2024-08-05 12:13:57 UTC
(
hide
)
Description:
Bug 36915: (follow-up) Make basic sample notice html and add breaks
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-08-05 12:13:57 UTC
Size:
2.09 KB
patch
obsolete
>From 3c3d78239acbb1c367f63bbeeb2eabf55a1c7809 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 5 Aug 2024 12:07:48 +0000 >Subject: [PATCH] Bug 36915: (follow-up) Make basic sample notice html and add > breaks > >--- > .../mysql/en/mandatory/sample_notices.yml | 21 ++++++++++--------- > 1 file changed, 11 insertions(+), 10 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 5c7ed3f47b..bba578c3a1 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -47,21 +47,22 @@ tables: > code: BOOKING_CANCELLATION > branchcode: "" > name: "Booking cancellation notice" >- is_html: 0 >- title: "A library bookings has been cancelled" >+ is_html: 1 >+ title: "A library booking was 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." >+ - "Dear [%- INCLUDE 'patron-title.inc' patron => booking.patron -%],<br>" >+ - "<br>" >+ - "We regret to inform you, that the following booking has been cancelled.<br>" >+ - "<br>" >+ - "Title: [%- INCLUDE 'biblio-title.inc' biblio=booking.biblio link = 0 -%]<br>" >+ - "<br>" >+ - "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]<br>" >+ - "<br>" >+ - "Your library." > > - module: catalogue > code: TICKET_ACKNOWLEDGE >-- >2.46.0
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