View | Details | Raw Unified | Return to bug 13912
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +1 lines)
Lines 9869-9875 if(CheckVersion($DBversion)) { Link Here
9869
9869
9870
$DBversion = "3.19.00.XXX";
9870
$DBversion = "3.19.00.XXX";
9871
if ( CheckVersion($DBversion) ) {
9871
if ( CheckVersion($DBversion) ) {
9872
    $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 <a href=\"http://www.loc.gov/marc/countries/countries_code.html\">MARC Code List for Countries</a>','Free')");
9872
    $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')");
9873
    print "Upgrade to $DBversion done (Bug 13912: System preference for default place of publication (country code) for field 008, range 15-17)\n";
9873
    print "Upgrade to $DBversion done (Bug 13912: System preference for default place of publication (country code) for field 008, range 15-17)\n";
9874
    SetVersion($DBversion);
9874
    SetVersion($DBversion);
9875
}
9875
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-2 / +1 lines)
Lines 44-50 Cataloging: Link Here
44
            - pref: DefaultLanguageField008
44
            - pref: DefaultLanguageField008
45
            - " Empty defaults to eng."
45
            - " Empty defaults to eng."
46
        -
46
        -
47
            - Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See <a href"http://www.loc.gov/marc/countries/countries_code.html\">MARC Code List for Countries</a>
47
            - Fill in the default country code for field 008 Range 15-17 - Place of publication, production, or execution. See <a href="http://www.loc.gov/marc/countries/countries_code.html">MARC Code List for Countries</a>
48
            - pref: DefaultCountryField008
48
            - pref: DefaultCountryField008
49
            - " Empty defaults to xxu for United States."
49
            - " Empty defaults to xxu for United States."
50
        -
50
        -
51
- 

Return to bug 13912