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