Bugzilla – Attachment 112541 Details for
Bug 26723
Improve link text on OverDriveAuthName system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11460: Remove MARC21 default mapping from itemcallnumber system preference
Bug-11460-Remove-MARC21-default-mapping-from-itemc.patch (text/plain), 3.86 KB, created by
Katrin Fischer
on 2020-10-26 22:53:35 UTC
(
hide
)
Description:
Bug 11460: Remove MARC21 default mapping from itemcallnumber system preference
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-26 22:53:35 UTC
Size:
3.86 KB
patch
obsolete
>From 2d71ac1bc02cbfc144a7a9f8f852bfd595df5a22 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 26 Oct 2020 22:40:50 +0000 >Subject: [PATCH] Bug 11460: Remove MARC21 default mapping from itemcallnumber > system preference > >The mapping in the itemcallnumber system preference is only valid >for MARC21 libraries using DDC classification, but not for libraries >using UNIMARC or other classification. > >This patch suggests to remove the default mapping and start new installations >with an empty value. > >To test: >- On an emtpy database >- Apply patch >- Run the web installer, selecting either MARC21 or UNIMARC >- Verify that the itemcallnumber system preference is empty >- Verify the description now also include examples for UNIMARC > >https://bugs.koha-community.org/show_bug.cgi?id=26723 >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 890dfcfe8f..f1e995d93e 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -282,7 +282,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('item-level_itypes','1','','If ON, enables Item-level Itemtype / Issuing Rules','YesNo'), > ('itemBarcodeFallbackSearch','',NULL,'If set, uses scanned item barcodes as a catalogue search if not found as barcodes','YesNo'), > ('itemBarcodeInputFilter','','whitespace|T-prefix|cuecat|libsuite8|EAN13','If set, allows specification of a item barcode input filter','Choice'), >-('itemcallnumber','082ab',NULL,'The MARC field/subfield that is used to calculate the itemcallnumber (Dewey would be 082ab or 092ab; LOC would be 050ab or 090ab) could be 852hi from an item record','free'), >+('itemcallnumber','',NULL,'The MARC field/subfield that is used to calculate the itemcallnumber (Dewey would be 082ab or 092ab; LOC would be 050ab or 090ab) could be 852hi from an item record','free'), > ('ItemsDeniedRenewal','','','This syspref allows to define custom rules for denying renewal of specific items.','Textarea'), > ('KohaAdminEmailAddress','root@localhost','','Define the email address where patron modification requests are sent','free'), > ('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'), >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 73e66fbc2f..575dde1c50 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 >@@ -74,7 +74,8 @@ Cataloging: > - > - Map the MARC subfields > - pref: itemcallnumber >- - "to an item's callnumber. List multiple comma-separated fields to check them sequentially. Each field can include multiple subfields. The order of the subfields in the record will be preserved. For example: '082ab,092ab' will look in the 082$a and 082$b, then the 092$a and 092$b. Examples (for MARC21 records): Dewey: 082ab,092ab; LOC: 050ab,090ab; from the item record: 952hi." >+ - "to an item's callnumber. List multiple comma-separated fields to check them sequentially. Each field can include multiple subfields. The order of the subfields in the record will be preserved. For example: '082ab,092ab' will look in the 082$a and 082$b, then the 092$a and 092$b." >+ - "Examples for MARC21: Dewey: 082ab,092ab; LOC: 050ab,090ab; from the Koha record: 942hi. Examples for UNIMARC: Dewey: 676a; LOC: 680ab." > - > - Display MARC subfield > - pref: AlternateHoldingsField >-- >2.11.0
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 26723
:
112391
|
112480
|
112541
|
112543