Bug 36915: (follow-up) Basic sample notice
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
3db1985149
commit
1f444a679f
1 changed files with 20 additions and 0 deletions
|
@ -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: ""
|
||||
|
|
Loading…
Reference in a new issue