@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt @@ -115,7 +115,7 @@
  • Display all 245$a and 245$c into the same column:

    [% FOREACH field IN fields.245 %] - [% field.a %] [% field.c %] + [% field.a.join(' ') %] [% field.c.join(' ') %] [% END %]

  • --