@@ -, +, @@ - Go to Tools/CSV Profiles - In "New prodile" tab - Create a new profile by entering name, an encoding (other than the first), and MARC fields - Click on "Edit existing profile" tab - Select created profile --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -101,7 +101,7 @@ function reloadPage(p) {
  • [% FOREACH encoding IN encodings %] - [% IF ( selected_encoding == encoding ) %] + [% IF ( selected_encoding == encoding.encoding ) %] [% ELSE %] --