https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42560
--- Comment #2 from David Cook <[email protected]> --- Actually, this might just be impossible... Take the Template::Toolkit params in my advance notice. 'borrower' 'branch' 'branches.branchaddress1' 'branches.branchaddress2' 'branches.branchaddress3' 'branches.branchcity' 'branches.branchcode' 'branches.branchcountry' 'branches.branchemail' 'branches.branchfax' 'branches.branchillemail' 'branches.branchip' 'branches.branchname' 'branches.branchnotes' 'branches.branchphone' 'branches.branchreplyto' 'branches.branchreturnpath' 'branches.branchstate' 'branches.branchurl' 'branches.branchzip' 'branches.geolocation' 'branches.issuing' 'branches.marcorgcode' 'branches.opacusercss' 'branches.opacuserjs' 'branches.pickup_location' 'branches.public' 'checkouts' 'count' 'items' 'items.content' 'today' I remember there was a bug report about the order in which <<>> and [% and %] are processed. Bug 36244. Right... Not 100% sure where all those "branches.*" variables are coming from. But I can't afford to spend any more time on this today. Could be a good idea to delete any keys with a "." from _get_tt_params because I don't think they'd ever work. Of course, items.content would still be problematic with [% %] syntax. More reading: Bug 17971 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
