https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761 --- Comment #29 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #28)
(In reply to Jonathan Druart from comment #27)
Comment on attachment 88629 [details] [review] [review] Bug 22761: Add ability to use print version of ACCOUNT_CREDIT slip
Review of attachment 88629 [details] [review] [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?
There are more parameters because I made the slip compatible with the existing syntax for the ACCOUNT_PAYMENT/ACCOUNT_WRITEOFF slips. -- You are receiving this mail because: You are watching all bug changes.