|
Lines 43-48
tables:
Link Here
|
| 43 |
- "" |
43 |
- "" |
| 44 |
- "Your library." |
44 |
- "Your library." |
| 45 |
|
45 |
|
|
|
46 |
- module: bookings |
| 47 |
code: BOOKING_CANCELLATION |
| 48 |
branchcode: "" |
| 49 |
name: "Booking cancellation notice" |
| 50 |
is_html: 0 |
| 51 |
title: "A library bookings has been cancelled" |
| 52 |
message_transport_type: email |
| 53 |
lang: default |
| 54 |
content: |
| 55 |
- "[%- PROCESS 'html_helpers.inc' -%]" |
| 56 |
- "[%- USE KohaDates -%]" |
| 57 |
- "Dear [%- INCLUDE 'patron-title.inc' patron => booking.patron -%]," |
| 58 |
- "" |
| 59 |
- "We regret to inform you, that the following booking has been cancelled." |
| 60 |
- "" |
| 61 |
- "Title: [%- INCLUDE 'biblio-title.inc' biblio=booking.biblio link = 0 -%]" |
| 62 |
- "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]" |
| 63 |
- "" |
| 64 |
- "You library." |
| 65 |
|
| 46 |
- module: catalogue |
66 |
- module: catalogue |
| 47 |
code: TICKET_ACKNOWLEDGE |
67 |
code: TICKET_ACKNOWLEDGE |
| 48 |
branchcode: "" |
68 |
branchcode: "" |
| 49 |
- |
|
|