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

            Bug ID: 21529
           Summary: Print notices no longer outputs html notices
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Notices
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When a print notice letter (for example HOLD) is marked as "HTML message" it is
expected for gather_print_notices.pl (with --html) to accept the message
content and not escape the html.

Since Bug 13618 this is no longer true. batch/print-notices.tt explicitly adds
"| html" before inserting the content regardless of the "HTML message" flag.

circ/printslip.tt on the other hand, checks the flag and escapes only if plain
output is used.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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