https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473

--- Comment #274 from Victor Grousset/tuxayo <[email protected]> ---
Testing of formatting of comments to see if it's the same between preview and a
posted comment:


        - module: bookings
          code: BOOKING_CANCELLATION
          branchcode: ""
          name: "Booking cancellation notice"
          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
-%],<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>"
            - "Reason: [% booking.cancellation_reason | html %]<br>"
            - "<br>"
            - "Kind regards<br>"
            - "<br>"
            - "[% booking.pickup_library.branchname %]"

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to