https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30455 Bug ID: 30455 Summary: Incorrect template filter breaks holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: critical Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org Depends on: 30063 An incorrect filter was added to patron-search.inc: let defer_loading = [% defer_loading | html ? 1 : 0 %]; Filters don't belong inside conditionals. This makes request.pl break with an error: Template process failed: file error - parse error - patron-search.inc line 252: unexpected token (?) [% defer_loading | html ? 1 : 0 %] at /kohadevbox/koha/C4/Templates.pm line 127 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30063 [Bug 30063] Make the main patron search use the /patrons REST API route -- You are receiving this mail because: You are watching all bug changes.