Bugzilla – Attachment 37314 Details for
Bug 13912
Add syspref for default place of publication (country code) for field 008, range 15-17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13912 - System preference for default place of publication (country code) for field 008, range 15-17, followup, repairs the broken link
PASSED-QA-Bug-13912---System-preference-for-defaul.patch (text/plain), 2.83 KB, created by
Kyle M Hall (khall)
on 2015-03-27 12:55:10 UTC
(
hide
)
Description:
[PASSED QA] Bug 13912 - System preference for default place of publication (country code) for field 008, range 15-17, followup, repairs the broken link
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-03-27 12:55:10 UTC
Size:
2.83 KB
patch
obsolete
>From ef0680c3ca08f3991436aa9a4016e797cebb5118 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 26 Mar 2015 09:10:13 +0100 >Subject: [PATCH] [PASSED QA] Bug 13912 - System preference for default place of publication (country code) for field 008, range 15-17, followup, repairs the broken link > >Signed-off-by: m23 <black23@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > .../en/modules/admin/preferences/cataloguing.pref | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 433930b..54522db 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/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 <a href=\"http://www.loc.gov/marc/countries/countries_code.html\">MARC Code List for Countries</a>','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); > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >index f46350c..d30f4c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >+++ b/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 <a href"http://www.loc.gov/marc/countries/countries_code.html\">MARC Code List for Countries</a> >+ - 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> > - pref: DefaultCountryField008 > - " Empty defaults to xxu for United States." > - >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13912
:
37254
|
37255
|
37261
|
37262
|
37269
|
37270
|
37313
|
37314
|
66963
|
66964
|
66965
|
67235