[Koha-bugs] [Bug 6030] Allow for html in letters in overdue notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 30 11:45:27 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

--- Comment #43 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Sophie, taking a look at your patch.

First thing I notice is that it also seems to touch the CSV export option. So
this needs to be retested as well?

I am worried about using the guided reports .pref files for the items table as
those are known to not be translatable with the scripts. 

Also wondering if we really want to output a table. I think this should be
optional as it's a bigger change in behaviour. This seems to be the old output:

$return = "<pre>\n";
$return .= "$params->{'letter'}->{'content'}\n";
$return .= "\n</pre>\n";

I am also wondering about the syntaxes in the overdue letter to be used. Does
it work with both <<items.content>> and the <item><fine></fine></item> syntax?

Hope I didn't misread.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list