@@ -, +, @@ publication (country code) for field 008, range 15-17, followup, repairs the broken link --- installer/data/mysql/updatedatabase.pl | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -9904,7 +9904,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $DBversion = "3.19.00.XXX"; if ( CheckVersion($DBversion) ) { - $dbh->do("INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('DefaultCountryField008','','','Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See MARC Code List for Countries','Free')"); + $dbh->do("INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('DefaultCountryField008','','','Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See www.loc.gov/marc/countries/countries_code.html','Free')"); print "Upgrade to $DBversion done (Bug 13912: System preference for default place of publication (country code) for field 008, range 15-17)\n"; SetVersion($DBversion); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -44,7 +44,7 @@ Cataloging: - pref: DefaultLanguageField008 - " Empty defaults to eng." - - - Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See MARC Code List for Countries + - Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See MARC Code List for Countries - pref: DefaultCountryField008 - " Empty defaults to xxu for United States." - --