@@ -, +, @@ |||, "no attempt to code" --- cataloguing/value_builder/marc21_field_008.pl | 3 ++- .../prog/en/modules/admin/preferences/cataloguing.pref | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) --- a/cataloguing/value_builder/marc21_field_008.pl +++ a/cataloguing/value_builder/marc21_field_008.pl @@ -36,7 +36,8 @@ my $builder = sub { my $lang = C4::Context->preference('DefaultLanguageField008' ); $lang = "eng" unless $lang; $lang = pack("A3", $lang); - my $country = C4::Context->preference('DefaultCountryField008') // "xxu"; + my $country = C4::Context->preference('DefaultCountryField008'); + $country = "|||" unless $country; $country = pack("A3", $country); my $function_name = $params->{id}; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -63,7 +63,7 @@ Cataloging: - - "Fill in the default country code for field 008 Range 15-17 of MARC21 - Place of publication, production, or execution. (See MARC Code List for Countries):" - pref: DefaultCountryField008 - - " Empty defaults to xxu for United States." + - " Empty defaults to ||| for No attempt to code." - - Interpret and store MARC records in the - pref: marcflavour --