http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12404 --- Comment #16 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Frédéric Demians from comment #15)
With your field representation, you loose the subfield order: a, n, p, h, and b. There is chance a TT construction will try to put $b just after $a, which is wrong.
I am not sure to understand the problem. In our case (CSV), you will set something like: === Title=[% FOREACH field IN fields.245 %][% field.a.0 %] [% field.a.n %] [% field.a.p %] [% field.a.h %] [% field.a.b %][% END %] === Since it's not possible to display an entire field and you need to list the subfields you want to display, the order is not a problem. But maybe I am missing something. IMO this way allows us a very good flexibility (since we can use the TT methods) with a minimum of code. -- You are receiving this mail because: You are watching all bug changes.