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

--- Comment #43 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to