https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40445 --- Comment #159 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198765 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198765&action=edit Bug 40445: (QA follow-up) Add missing [% USE raw %] in cashup_summary.inc The cashup summary modal include uses the \$raw filter on Koha.CSPNonce, but never declared [% USE raw %]. The QA template tester (which processes templates through a fresh Template::Toolkit instance) reports "valid_template: filter not found" because the \$raw plugin is not loaded. Add [% USE raw %] at the top of the include, matching the convention used by other includes that emit nonce attributes (e.g. includes/str/cataloging_additem.inc). Test plan: 1. Run qa-test-tools against the bug branch -- cashup_summary.inc passes valid_template. 2. Open the cashup summary modal -- the <style> tag still receives a CSP nonce and the embedded styles render correctly. Sponsored-by: OpenFifth <https://openfifth.co.uk/> -- You are receiving this mail because: You are watching all bug changes.