]> git.koha-community.org Git - koha.git/commit
Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 2 Aug 2013 14:25:56 +0000 (11:25 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 13 Nov 2013 15:21:35 +0000 (12:21 -0300)
commit815876da1e11e43d016584eb35562a62e7a1f5d5
tree872c82a5902464acdcc8626e92f91f3631dd05f3
parent8777c4cd79aaeca1e5ac8fdd4bfa705b52d3efb4
Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework

This patch deletes information for default
MARC21 auth framework on tags 68a and 68b.
Also added update for current installs.

RM note: The 68a and 68b fields were defined in an attempt to include
both MARC21 classification and MARC21 authority records in the same
default framework, but I don't think this has turned out to be useful,
as to my knowledge nobody tries to use MARC21 classification records
in Koha, and if one were to want to, a distinct record type (or at
least auth_type) would be a better way to do it.

To test with current authorities_normal_marc21.sql loaded

1) apply the patch
2) run updatedatabase
3) check on database that there are no more
references to tags 68a and 68b

To test for new installs
1) remove auth frameworks
2) load authorities_normal_marc21.sql
3) check that load without problem
4) check on database that there are no more
references to tags 68a and 68b

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 15f28461e09cffe2917f424b8b7e84cd722b1246)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
installer/data/mysql/updatedatabase.pl