https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 --- Comment #28 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #27)
Comment on attachment 88629 [details] [review] Bug 22761: Add ability to use print version of ACCOUNT_CREDIT slip
Review of attachment 88629 [details] [review]: -----------------------------------------------------------------
::: koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt @@ +19,5 @@
<div id="receipt"> + +[% IF letter %] + [% letter.content | evaltt %]
evaltt?
I've found this: http://www.template-toolkit.org/docs/manual/Filters.html#section_eval_evaltt I assume that letter.content contains TT markup in that case?
::: members/printfeercpt.pl @@ +83,2 @@
$template->param(
There are more parameters than before, I would expect less. Is that correct?
Should we move this to failed QA to get a quick answer from Kyle or can we continue here? -- You are receiving this mail because: You are watching all bug changes.