Bugzilla – Attachment 73822 Details for
Bug 19289
Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19289: Use copyrightdate instead of publicationyear for MARC21
Bug-19289-Use-copyrightdate-instead-of-publication.patch (text/plain), 1.97 KB, created by
Katrin Fischer
on 2018-04-07 09:09:03 UTC
(
hide
)
Description:
Bug 19289: Use copyrightdate instead of publicationyear for MARC21
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-07 09:09:03 UTC
Size:
1.97 KB
patch
obsolete
>From ab5cae835446968878147c7b5a0186b20d1c291b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 27 Feb 2018 10:38:47 -0300 >Subject: [PATCH] Bug 19289: Use copyrightdate instead of publicationyear for > MARC21 > >See comment 24 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >index 33997d1bc4..158f181057 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >@@ -4484,7 +4484,7 @@ WHERE frameworkcode="" AND tagfield IN ( > OR kohafield="biblio.author" > OR kohafield="biblioitems.publishercode" > OR kohafield="biblioitems.editionstatement" >- OR kohafield="biblioitems.publicationyear" >+ OR kohafield="biblio.copyrightdate" > OR kohafield="biblioitems.isbn" > OR kohafield="biblio.seriestitle" > ) AND frameworkcode="" >@@ -4493,4 +4493,4 @@ INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac > SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength > FROM marc_subfield_structure > WHERE frameworkcode="" >-AND kohafield IN ("biblio.title", "biblio.author", "biblioitems.publishercode", "biblioitems.editionstatement", "biblioitems.publicationyear", "biblioitems.isbn", "biblio.seriestitle" ); >+AND kohafield IN ("biblio.title", "biblio.author", "biblioitems.publishercode", "biblioitems.editionstatement", "biblio.copyrightdate", "biblioitems.isbn", "biblio.seriestitle" ); >-- >2.14.1
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 19289
:
68640
|
68641
|
68810
|
68811
|
69015
|
69016
|
69114
|
69115
|
70706
|
70765
|
72256
|
72257
|
72258
|
72259
|
73800
|
73819
|
73820
|
73821
| 73822 |
73823
|
73878
|
73948
|
73994