[Koha-bugs] [Bug 21529] New: Print notices no longer outputs html notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 10 12:06:35 CEST 2018


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: koha-bugs at lists.koha-community.org
          Reporter: stefan.berndtsson at ub.gu.se
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list