https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548
--- Comment #9 from Andrew Isherwood <[email protected]> --- Hi Jonathan, this is actually a bug in master. I spotted it the other day but completely forgot to do anything about it, thanks for the reminder. It seems that at some point the "| html" filter was erroneously added to some variable declarations that weren't strings, these specifically: https://github.com/PTFS-Europe/koha/blob/master/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt#L483-L485 Since these variables are either hashrefs or arrayrefs, the filter breaks them, hence the problem you're seeing. I'll create a new bug and get them fixed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
