]> git.koha-community.org Git - koha.git/commit
Bug 4839 (System pref for MARC field 008 authorities; additional logic for position...
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Thu, 10 Jun 2010 11:08:02 +0000 (11:08 +0000)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Jun 2010 23:27:46 +0000 (01:27 +0200)
commit95753f56a4b2e89cd5a73831a649350d6276eb03
treebfffcc84b2c69f2f56cf1fd322cef40c1dc86732
parentcf292b6ae3c41ce348e8beb27964d9ef943f6731
Bug 4839 (System pref for MARC field 008 authorities; additional logic for position 14) [version 3.0.x]

Currently, the default for this marc field is hardcoded in the plugin code of
marc21_field_008_authorities.pl (two occurrences).
I suggest to move this value to a new system preference. If this pref should
not exist, the old hardcoded value could still be used.

Furthermore, the default for position 14 (heading use: main or added entry)
should be dependent on the authority type. For CHRON_TERM, GENRE/FORM and
TOPIC_TERM, it should be b (not appropriate) instead of a (appropriate).

This patch applies to 3.0.x only. Additional patch submitted for master.
cataloguing/value_builder/marc21_field_008_authorities.pl